diff --git a/components/InputSelect/TagSelection.tsx b/components/InputSelect/TagSelection.tsx index a8f02d0..819c9ae 100644 --- a/components/InputSelect/TagSelection.tsx +++ b/components/InputSelect/TagSelection.tsx @@ -27,7 +27,7 @@ export default function ({ onChange, defaultValue }: Props) { return ( ({ where: { name_ownerId: { diff --git a/store/links.ts b/store/links.ts index 312007c..62c773f 100644 --- a/store/links.ts +++ b/store/links.ts @@ -44,8 +44,6 @@ const useLinkStore = create()((set) => ({ return response.ok; }, updateLink: async (link) => { - console.log(link); - const response = await fetch("/api/routes/links", { body: JSON.stringify(link), headers: {