Merge pull request #1524 from tm8544/patch-3

Update appointments_modal.js
This commit is contained in:
Alex Tselegidis 2024-05-13 13:09:18 +02:00 committed by GitHub
commit 33cd89db69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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');