Fallback Ireland"

This commit is contained in:
Zachary
2024-11-11 18:59:47 +01:00
parent 570a951ead
commit 38cb569884

View File

@@ -25,9 +25,9 @@
let year = new Date().getFullYear(); let year = new Date().getFullYear();
let months = Array.from({ length: 12 }, (_, i) => i); let months = Array.from({ length: 12 }, (_, i) => i);
let selectedCountry = countriesList[countryCode] || 'Belgium'; let selectedCountry = countriesList[countryCode] || 'Ireland';
let holidays = []; let holidays = [];
let daysOff = ptoData[countryCode] || ptoData['BE']; let daysOff = ptoData[countryCode] || ptoData['IE'];
let optimizedDaysOff = []; let optimizedDaysOff = [];
let consecutiveDaysOff = []; let consecutiveDaysOff = [];
let placeholder = "Country"; let placeholder = "Country";