fix: new query action button (#29398)
This commit is contained in:
parent
ab3e3b5f34
commit
f8c5b7ca42
|
|
@ -99,7 +99,7 @@ function NewActionButton(props: NewActionButtonProps) {
|
|||
}
|
||||
setIsPageSelectionOpen(true);
|
||||
},
|
||||
[pages, createQueryAction],
|
||||
[pages, createQueryAction, disabled, isLoading],
|
||||
);
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user