diff --git a/components/form/article/create-article-form.tsx b/components/form/article/create-article-form.tsx index 5e7868d..a9c4e90 100644 --- a/components/form/article/create-article-form.tsx +++ b/components/form/article/create-article-form.tsx @@ -706,7 +706,7 @@ export default function CreateArticleForm() { name="category" render={({ field: { onChange, value } }) => ( "!rounded-lg bg-white !border-1 !border-gray-200 dark:!border-stone-500", @@ -829,9 +829,33 @@ export default function CreateArticleForm() { )} +
+ + + + + +
-
+