From 53c2009509efc25989558dc0be9c40c09b3ef411 Mon Sep 17 00:00:00 2001 From: rizky Date: Thu, 15 Aug 2024 23:31:52 -0700 Subject: [PATCH] fix toast position --- comps/list/TableList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comps/list/TableList.tsx b/comps/list/TableList.tsx index 038ea0f..d46c468 100755 --- a/comps/list/TableList.tsx +++ b/comps/list/TableList.tsx @@ -931,7 +931,7 @@ export const TableList: FC = ({ } }} > - {toaster_el && createPortal(, toaster_el)} + {toaster_el && createPortal(, toaster_el)} {local.status !== "ready" ? (