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 }) => { - +