From 91c7563cc6a2e029051e93d6db3beb242de9efda Mon Sep 17 00:00:00 2001 From: callmeyan Date: Mon, 23 Dec 2024 22:04:38 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=20=E6=96=B0=E9=97=BB=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E7=A1=AE=E5=AE=9A=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/article/edit-modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/article/edit-modal.tsx b/src/components/article/edit-modal.tsx index 64cb2c8..d5434a1 100644 --- a/src/components/article/edit-modal.tsx +++ b/src/components/article/edit-modal.tsx @@ -144,7 +144,7 @@ export default function ArticleEditModal(props: Props) {
{props.type == 'news' ? : null} - +
);