Fix: Fix missing default settings

This commit is contained in:
Nelson Chan 2022-06-14 15:04:14 +08:00
parent 8abbc9fd15
commit e425e408a2

View File

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