fix paging
This commit is contained in:
parent
e85bd4abe1
commit
10ed2f13fa
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue