Finished bulk delete links

This commit is contained in:
Isaac Wise
2024-02-10 00:37:48 -06:00
parent 193c66123b
commit ea31eb47ae
12 changed files with 195 additions and 20 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ type Props = {
export default function LinkCardCompact({
link,
flipDropdown,
showCheckbox,
showCheckbox = true,
}: Props) {
const { collections } = useCollectionStore();
const { links, setSelectedLinks, selectedLinks } = useLinkStore();