Skip to content

Commit

Permalink
Merge pull request #79 from epigram5-9/fix/FE-71
Browse files Browse the repository at this point in the history
FE-71♻️ 코드리뷰 반영
  • Loading branch information
jisurk authored Jul 27, 2024
2 parents 959459c + 4219626 commit 8d170d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pageLayout/Epigram/AddEpigram.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ function AddEpigram() {
setCurrentTag(e.target.value);
form.clearErrors('tags');
}}
onKeyDown={handleKeyUp}
onKeyUp={handleKeyUp}
maxLength={10}
/>

Expand Down

0 comments on commit 8d170d9

Please sign in to comment.