Skip to content

Commit

Permalink
🔨 Revert type safe comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount committed Sep 26, 2024
1 parent dddf1fe commit 3ad1ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ScheduleCreation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ watch(
<switch-toggle
class="my-1 text-sm font-medium text-gray-500 dark:text-gray-300"
name="booking_confirmation"
:active="scheduleInput.booking_confirmation === true"
:active="scheduleInput.booking_confirmation"
:label="t('label.bookingConfirmation')"
:disabled="!scheduleInput.active"
@changed="toggleBookingConfirmation"
Expand Down

0 comments on commit 3ad1ee5

Please sign in to comment.