Skip to content

Commit

Permalink
fix: new query action button (#29398)
Browse files Browse the repository at this point in the history
  • Loading branch information
NilanshBansal authored Dec 6, 2023
1 parent ab3e3b5 commit f8c5b7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function NewActionButton(props: NewActionButtonProps) {
}
setIsPageSelectionOpen(true);
},
[pages, createQueryAction],
[pages, createQueryAction, disabled, isLoading],
);

return (
Expand Down

0 comments on commit f8c5b7c

Please sign in to comment.