We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c331f8 commit 28ab319Copy full SHA for 28ab319
src/views/results/index.ts
@@ -325,7 +325,7 @@ async function runHandler(options?: StatementInfo) {
325
326
} else if ([`statement`, `update`].includes(statementDetail.qualifier)) {
327
// If it's a basic statement, we can let it scroll!
328
- if (statementDetail.noUi) {
+ if (options.noUi) {
329
setCancelButtonVisibility(true);
330
chosenView.setLoadingText(`Running SQL statement... (${possibleTitle})`, false);
331
await JobManager.runSQL(statementDetail.content, undefined, 1);
0 commit comments