Skip to content

Commit 28ab319

Browse files
committed
Change where noUi is referenced from
Signed-off-by: worksofliam <[email protected]>
1 parent 9c331f8 commit 28ab319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/results/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ async function runHandler(options?: StatementInfo) {
325325

326326
} else if ([`statement`, `update`].includes(statementDetail.qualifier)) {
327327
// If it's a basic statement, we can let it scroll!
328-
if (statementDetail.noUi) {
328+
if (options.noUi) {
329329
setCancelButtonVisibility(true);
330330
chosenView.setLoadingText(`Running SQL statement... (${possibleTitle})`, false);
331331
await JobManager.runSQL(statementDetail.content, undefined, 1);

0 commit comments

Comments
 (0)