mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 05:26:00 +00:00
correct saving jsonl data
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
<script lang="ts">
|
||||
import { changeSetContainsChanges, createChangeSet } from 'dbgate-datalib';
|
||||
import { tick } from 'svelte';
|
||||
|
||||
import ToolStripCommandButton from '../buttons/ToolStripCommandButton.svelte';
|
||||
|
||||
@@ -73,6 +74,7 @@
|
||||
changeSet: $changeSetStore.value,
|
||||
});
|
||||
dispatchChangeSet({ type: 'reset', value: createChangeSet() });
|
||||
await tick();
|
||||
runCommand('dataGrid.refresh');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user