Fix M, T, W... days
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
$: selectedCountryCode = Object.keys(countriesList).find(code => countriesList[code] === selectedCountry);
|
||||
|
||||
$: if (selectedCountryCode || selectedStateCode ) {
|
||||
$: if (selectedCountryCode || selectedStateCode || daysOff || year) {
|
||||
updateHolidays();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user