Skip to content

Commit

Permalink
Merge pull request #1524 from tm8544/patch-3
Browse files Browse the repository at this point in the history
Update appointments_modal.js
  • Loading branch information
alextselegidis committed May 13, 2024
2 parents a993b83 + dc2b9f8 commit 33cd89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/components/appointments_modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ App.Components.AppointmentsModal = (function () {
$appointmentStatus.val(defaultStatusValue);

$language.val(vars('default_language'));
$timezone.val(vars('default_timezone'))
$timezone.val(vars('default_timezone'));

// Reset color.
$appointmentColor.find('.color-selection-option:first').trigger('click');
Expand Down

0 comments on commit 33cd89d

Please sign in to comment.