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 months = Array.from({ length: 12 }, (_, i) => i);
let selectedCountry = countriesList[countryCode] || 'Belgium';
let selectedCountry = countriesList[countryCode] || 'Ireland';
let holidays = [];
let daysOff = ptoData[countryCode] || ptoData['BE'];
let daysOff = ptoData[countryCode] || ptoData['IE'];
let optimizedDaysOff = [];
let consecutiveDaysOff = [];
let placeholder = "Country";