From 5fff3856f07b23c625c048bcf92cec7fdfabace0 Mon Sep 17 00:00:00 2001 From: rizky Date: Mon, 19 Aug 2024 06:21:49 -0700 Subject: [PATCH] fix --- comps/list/TableList.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/comps/list/TableList.tsx b/comps/list/TableList.tsx index c20ba81..5d912bc 100755 --- a/comps/list/TableList.tsx +++ b/comps/list/TableList.tsx @@ -419,6 +419,8 @@ export const TableList: FC = ({ on_init(local); if (isEditor && local.data.length === 0 && local.status === "ready") { reload(); + } else { + local.render(); } return; }