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