mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 19:26:00 +00:00
SYNC: SQL fixed database WIP
This commit is contained in:
committed by
Diflow
parent
d004e6e86c
commit
a648f1ee67
@@ -40,7 +40,7 @@
|
||||
import runCommand from '../commands/runCommand';
|
||||
import SaveFileModal from '../modals/SaveFileModal.svelte';
|
||||
import newQuery from '../query/newQuery';
|
||||
|
||||
|
||||
let filter = '';
|
||||
let domSqlObjectList = null;
|
||||
|
||||
@@ -130,6 +130,9 @@
|
||||
savedFile,
|
||||
savedCloudFolderId,
|
||||
savedCloudContentId,
|
||||
|
||||
fixCurrentConnection: true,
|
||||
title: savedFile,
|
||||
});
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user