mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-21 21:45:21 -05:00
Fix: Fix missing default settings
This commit is contained in:
parent
8abbc9fd15
commit
e425e408a2
@ -146,7 +146,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (this.settings.tlsExpiryNotifyDays === undefined) {
|
if (this.settings.tlsExpiryNotifyDays === undefined) {
|
||||||
this.settings.tlsExpiryNotifyDays = [];
|
this.settings.tlsExpiryNotifyDays = [ 7, 14, 21 ];
|
||||||
}
|
}
|
||||||
|
|
||||||
this.settingsLoaded = true;
|
this.settingsLoaded = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user