eschutho commented on a change in pull request #12100:
URL:
https://github.com/apache/incubator-superset/pull/12100#discussion_r546042520
##########
File path: superset-frontend/src/SqlLab/components/RunQueryActionButton.tsx
##########
@@ -55,7 +55,12 @@ const RunQueryActionButton = ({
if (shouldShowStopBtn) {
return (
- <Button {...commonBtnProps} cta onClick={stopQuery}>
+ <Button
+ {...commonBtnProps}
+ cta
Review comment:
it looks like the `cta` prop makes it all caps.
----------------------------------------------------------------
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]