mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 12:26:01 +00:00
open selection in free table editor
This commit is contained in:
@@ -44,7 +44,9 @@ export default function FreeDataTab({ archiveFolder, archiveFile, tabVisible, to
|
||||
// @ts-ignore
|
||||
dispatchModel({ type: 'reset', value });
|
||||
} else if (initialData) {
|
||||
handleLoadInitialData();
|
||||
if (initialData.functionName) handleLoadInitialData();
|
||||
// @ts-ignore
|
||||
else dispatchModel({ type: 'reset', value: initialData });
|
||||
}
|
||||
}, []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user