fix paging

This commit is contained in:
rizky 2024-08-15 20:17:01 -07:00
parent e85bd4abe1
commit 10ed2f13fa
1 changed files with 0 additions and 1 deletions

View File

@ -771,7 +771,6 @@ export const TableList: FC<TableListProp> = ({
const toaster_el = document.getElementsByClassName("prasi-toaster")[0];
if (mode === "table") {
console.log("ama",local.status, data.length);
if (local.status === "resizing" && !isEditor) {
local.status = "ready";
local.render();