fix fast view switching bug
This commit is contained in:
parent
0e31fadb1f
commit
831d19e11c
|
@ -31,7 +31,7 @@
|
|||
|
||||
<Table {title} {schema} {data} allowEditing={true} {loading}>
|
||||
<CreateColumnButton />
|
||||
{#if Object.keys(schema).length > 0}
|
||||
{#if schema && Object.keys(schema).length > 0}
|
||||
<CreateRowButton />
|
||||
<CreateViewButton />
|
||||
<ExportButton view={tableView} />
|
||||
|
|
Loading…
Reference in New Issue