diff --git a/components/newBookmarkForm.tsx b/components/newBookmarkForm.tsx index 6286a2a..bfb4bd4 100644 --- a/components/newBookmarkForm.tsx +++ b/components/newBookmarkForm.tsx @@ -52,6 +52,7 @@ export default function NewBookmarkForm({ const submitCategory = async () => { const body = { name: categoryName, + position: 1, } await fetch('/api/bookmark_category', { method: 'POST',