Skip to content

Commit dc61c33

Browse files
committed
test macos chrome fix
1 parent a56a3b6 commit dc61c33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/bookingCalendar.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ const BookingCalendar = (props) => {
208208
]}
209209
placeholder='Device'
210210
onChangeValue={handleFilterChange}
211+
key={`device-select-${props.isModalOpen}`}
211212
/>
212213
</div>
213214
<div className="flex flex-row gap-2">
@@ -223,6 +224,7 @@ const BookingCalendar = (props) => {
223224
]}
224225
placeholder='View'
225226
onChangeValue={handleViewChange}
227+
key={`view-select-${props.isModalOpen}`}
226228
/>
227229
</div>
228230

0 commit comments

Comments
 (0)