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
1 changed files with 1 additions and 1 deletions

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