mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 21:16:00 +00:00
alter table - editor data fix
This commit is contained in:
@@ -135,6 +135,7 @@ export default function useEditorData({ tabid, reloadToken = 0, loadFromArgs = n
|
||||
const clearEditorData = async () => {
|
||||
await localforage.removeItem(localStorageKey);
|
||||
localStorage.removeItem(localStorageKey);
|
||||
value = null;
|
||||
editorState.update(x => ({
|
||||
...x,
|
||||
value: null,
|
||||
|
||||
Reference in New Issue
Block a user