From 06e3e8434419262675a22e45e430b8fd3c92df36 Mon Sep 17 00:00:00 2001 From: Rama Priyanto Date: Sun, 25 May 2025 22:56:00 +0700 Subject: [PATCH] fix:save button create article mobile --- .../form/article/create-article-form.tsx | 28 ++- components/form/article/edit-article-form.tsx | 2 +- components/form/login.tsx | 162 +++++++++--------- components/layout/sidebar/sidebar-mobile.tsx | 2 +- components/table/article-table.tsx | 4 +- 5 files changed, 111 insertions(+), 87 deletions(-) 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() { )} +
+ + + + + +
-
+