This commit is contained in:
rizky 2024-08-19 06:21:49 -07:00
parent 52105ef69c
commit 5fff3856f0
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}