fix
This commit is contained in:
parent
52105ef69c
commit
5fff3856f0
|
|
@ -419,6 +419,8 @@ export const TableList: FC<TableListProp> = ({
|
|||
on_init(local);
|
||||
if (isEditor && local.data.length === 0 && local.status === "ready") {
|
||||
reload();
|
||||
} else {
|
||||
local.render();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue