mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-27 02:01:13 +08:00
Fix import JSON missing type (#872)
This commit is contained in:
@@ -916,7 +916,10 @@ export default function ControlPanel({
|
||||
import_from: {
|
||||
children: [
|
||||
{
|
||||
function: fileImport,
|
||||
function: () => {
|
||||
setModal(MODAL.IMPORT);
|
||||
setImportFrom(IMPORT_FROM.JSON);
|
||||
},
|
||||
name: "JSON",
|
||||
disabled: layout.readOnly,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user