From 6691ae60a00c1159cc31fbf045ecd3874c977d78 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 13 Nov 2025 10:10:54 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=85=AC=E5=91=8A=E5=8F=91=E5=B8=83:?= =?UTF-8?q?=20=E9=BB=98=E8=AE=A4=E4=BE=9B=E5=BA=94=E5=95=86=E4=B8=BA?= =?UTF-8?q?=E8=87=AA=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/notifs/Edit.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/notifs/Edit.jsx b/src/views/notifs/Edit.jsx index 81f94c9..faa444a 100644 --- a/src/views/notifs/Edit.jsx +++ b/src/views/notifs/Edit.jsx @@ -23,7 +23,7 @@ const Edit = ({ ...props }) => { const clickedButton = useRef(''); const quillRef = useRef(); - const [showAgencySelector, setShowAgencySelector] = useState(0); + const [showAgencySelector, setShowAgencySelector] = useState(1); const [showAgencySeleted, setShowAgencySeleted] = useState(0); // const [noticeInfo, setNoticeInfo] = useState({}); @@ -131,7 +131,7 @@ const Edit = ({ ...props }) => { - +