minor improvements

This commit is contained in:
Daniel
2023-08-31 00:00:57 -04:00
parent 5015f79b81
commit fab9a06d95
4 changed files with 19 additions and 17 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export default function useLinks(
pinnedOnly,
collectionId,
tagId,
}: Omit<LinkRequestQuery, "cursor"> = { sort: 0 }
}: LinkRequestQuery = { sort: 0 }
) {
const { links, setLinks, resetLinks } = useLinkStore();
const router = useRouter();