fix(sqllab): async query broken due to #21320 (#21667)

This commit is contained in:
JUST.in DO IT
2022-10-05 00:23:40 -07:00
committed by GitHub
parent f3f9f3b1f2
commit 50cb396bf2
3 changed files with 60 additions and 8 deletions

View File

@@ -120,6 +120,7 @@ const RunQueryActionButton: React.FC<Props> = ({
return (
<StyledButton>
<ButtonComponent
data-test="run-query-action"
onClick={() =>
onClick(shouldShowStopBtn, allowAsync, runQuery, stopQuery)
}