diff --git a/app/components/ActionButton.tsx b/app/components/ActionButton.tsx index d5468ea05f..ec2a483dd0 100644 --- a/app/components/ActionButton.tsx +++ b/app/components/ActionButton.tsx @@ -30,20 +30,20 @@ const ActionButton = React.forwardRef( }); const isMounted = useIsMounted(); const [executing, setExecuting] = React.useState(false); - const disabled = rest.disabled; if (!actionContext || !action) { return )