fix: new query action button (#29398)

This commit is contained in:
Nilansh Bansal 2023-12-06 20:49:39 +05:30 committed by GitHub
parent ab3e3b5f34
commit f8c5b7ca42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ function NewActionButton(props: NewActionButtonProps) {
}
setIsPageSelectionOpen(true);
},
[pages, createQueryAction],
[pages, createQueryAction, disabled, isLoading],
);
return (