Fix: Fix missing default settings

pull/1763/head
Nelson Chan 2 years ago
parent 8abbc9fd15
commit e425e408a2

@ -146,7 +146,7 @@ export default {
}
if (this.settings.tlsExpiryNotifyDays === undefined) {
this.settings.tlsExpiryNotifyDays = [];
this.settings.tlsExpiryNotifyDays = [ 7, 14, 21 ];
}
this.settingsLoaded = true;

Loading…
Cancel
Save