Revert "enhance(frontend): Better Timeline(MkPagination) Experience (#11066)"
This reverts commit 92d9946f59.
This commit is contained in:
@@ -142,7 +142,7 @@ const resolverPagination = {
|
||||
};
|
||||
|
||||
function resolved(reportId) {
|
||||
reports!.removeItem(reportId);
|
||||
reports!.removeItem(item => item.id === reportId);
|
||||
}
|
||||
|
||||
function edit(id: string) {
|
||||
|
||||
@@ -144,7 +144,7 @@ const edit = (emoji) => {
|
||||
...result.updated,
|
||||
}));
|
||||
} else if (result.deleted) {
|
||||
emojisPaginationComponent.value.removeItem(emoji.id);
|
||||
emojisPaginationComponent.value.removeItem((item) => item.id === emoji.id);
|
||||
}
|
||||
},
|
||||
}, 'closed');
|
||||
|
||||
Reference in New Issue
Block a user