mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 17:06:01 +00:00
perspective inline json view
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
export let expanded = expandAll;
|
||||
export let labelOverride = null;
|
||||
|
||||
export let isDeleted;
|
||||
export let isInserted;
|
||||
export let isModified;
|
||||
export let isDeleted = false;
|
||||
export let isInserted = false;
|
||||
export let isModified = false;
|
||||
|
||||
setContext('json-tree-default-expanded', expandAll);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user