mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
Fix: Fix missing default settings
This commit is contained in:
parent
8abbc9fd15
commit
e425e408a2
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ export default {
|
|||
}
|
||||
|
||||
if (this.settings.tlsExpiryNotifyDays === undefined) {
|
||||
this.settings.tlsExpiryNotifyDays = [];
|
||||
this.settings.tlsExpiryNotifyDays = [ 7, 14, 21 ];
|
||||
}
|
||||
|
||||
this.settingsLoaded = true;
|
||||
|
|
Loading…
Reference in a new issue