Skip to content

Commit

Permalink
[Refactor] 코드 리팩토링 및 스타일 정리 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
karnelll authored Nov 5, 2024
1 parent e2cf666 commit 8c0fba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe/src/app/eventcreate-page/components/EventNameInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function EventNameInput({

{value && (
<button
type="button" // 명시적으로 type 속성을 추가하여 오류 해결
type="button"
onClick={handleClear}
className="w-5 h-5 cursor-pointer"
aria-label="이름 삭제"
Expand Down

0 comments on commit 8c0fba7

Please sign in to comment.