Skip to content

Commit

Permalink
link is not required
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHorn07 committed Dec 10, 2023
1 parent 95fa7d5 commit 584e30f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pages/board/notice/create.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ const NoticeCreatePage = () => {
/>

<Form.Input
required
label={'공지사항 링크'}
onChange={e => setLink(e.target.value)}
/>
Expand Down
1 change: 0 additions & 1 deletion pages/board/notice/update/[id].jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ const NoticeUpdatePage = ({ noticeInfo }) => {
/>

<Form.Input
required
label={'공지사항 링크'}
value={link}
onChange={e => setLink(e.target.value)}
Expand Down

0 comments on commit 584e30f

Please sign in to comment.