Update appointments_modal.js

Add missing ;
This commit is contained in:
tm8544 2024-05-13 11:49:14 +03:00 committed by GitHub
parent b2ecc46c01
commit dc2b9f84e6
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); $appointmentStatus.val(defaultStatusValue);
$language.val(vars('default_language')); $language.val(vars('default_language'));
$timezone.val(vars('default_timezone')) $timezone.val(vars('default_timezone'));
// Reset color. // Reset color.
$appointmentColor.find('.color-selection-option:first').trigger('click'); $appointmentColor.find('.color-selection-option:first').trigger('click');