Skip to content

Commit

Permalink
[FE] 옥탑일 때 인풋 입력 막기 (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
healim01 authored Dec 8, 2024
1 parent 50aa516 commit 2f6aa99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const RoomFloor = () => {
<Input
inputMode="decimal"
width="medium"
disabled={floorLevel.rawValue === '반지하/지하'}
disabled={floorLevel.rawValue === '반지하/지하' || floorLevel.rawValue === '옥탑'}
placeholder=""
name="floor"
value={floor.rawValue}
Expand Down

0 comments on commit 2f6aa99

Please sign in to comment.