Add bulk actions to pinned and all links pages

This commit is contained in:
Isaac Wise
2024-02-11 01:06:46 -06:00
parent 63597a041f
commit 5f468cd95d
3 changed files with 233 additions and 5 deletions
-1
View File
@@ -374,7 +374,6 @@ export default function Index() {
</div>
)}
{links.some((e) => e.collectionId === Number(router.query.id)) ? (
<LinkComponent
editMode={editMode}