Skip to content

Commit

Permalink
style: POPUP (MODAL) 최대 경로 이름 길이 제한
Browse files Browse the repository at this point in the history
  • Loading branch information
seondy committed Sep 16, 2024
1 parent d8f06c9 commit 3b0aac7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gamgyul-front/src/components/common/Modal/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const Modal = ({ onClose, onClick, type }) => {
value={routeValue}
placeholder="이름을 입력해주세요."
onChange={(event) => setRouteValue(event.target.value)}
maxLength={15}
/>
</ModalRoutesSection>
)}
Expand Down

0 comments on commit 3b0aac7

Please sign in to comment.