Fix M, T, W... days

This commit is contained in:
Zachary
2024-11-13 17:15:59 +01:00
parent 37f69739f9
commit 1b862710d7
2 changed files with 4 additions and 13 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
$: selectedCountryCode = Object.keys(countriesList).find(code => countriesList[code] === selectedCountry);
$: if (selectedCountryCode || selectedStateCode ) {
$: if (selectedCountryCode || selectedStateCode || daysOff || year) {
updateHolidays();
}