AAfghahi commented on a change in pull request #13008:
URL: https://github.com/apache/superset/pull/13008#discussion_r572264786
##########
File path: superset-frontend/src/SqlLab/components/RunQueryActionButton.tsx
##########
@@ -91,25 +91,32 @@ const RunQueryActionButton = ({
? (DropdownButton as React.FC)
: Button;
+ const isDisabled = !sql.trim();
Review comment:
Thank you! Though this was actually Elizabeth's suggestion. So can't
take all the credit.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]