Revert "enhance(frontend): Better Timeline(MkPagination) Experience (#11066)"

This reverts commit 92d9946f59.
This commit is contained in:
まっちゃとーにゅ
2023-07-29 04:58:44 +09:00
parent 31e7fc391e
commit 13e8dbaf96
3 changed files with 47 additions and 126 deletions

View File

@@ -142,7 +142,7 @@ const resolverPagination = {
};
function resolved(reportId) {
reports!.removeItem(reportId);
reports!.removeItem(item => item.id === reportId);
}
function edit(id: string) {