diff --git a/app/providers.tsx b/app/providers.tsx index cf77933..0c234cf 100644 --- a/app/providers.tsx +++ b/app/providers.tsx @@ -37,6 +37,7 @@ export const BookmarkContext = React.createContext({ link: '', description: '', url: '', + category_id: 2, }, setBookmark: () => {}, }) @@ -54,6 +55,7 @@ export function Providers({ children, themeProps }: ProvidersProps) { link: '', description: '', url: '', + category_id: 2, }) return (