From d6d72454eb3052d5d4f5ab5ef85298f0ac3cc88f Mon Sep 17 00:00:00 2001 From: Anang Yusman Date: Tue, 28 Oct 2025 14:28:53 +0800 Subject: [PATCH] update --- components/form/article/edit-article-form.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/components/form/article/edit-article-form.tsx b/components/form/article/edit-article-form.tsx index 09bc944..b28e391 100644 --- a/components/form/article/edit-article-form.tsx +++ b/components/form/article/edit-article-form.tsx @@ -1232,14 +1232,16 @@ export default function EditArticleForm(props: { isDetail: boolean }) { )} */} - + {detailData?.isPublish == true && ( + + )}