mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-22 17:36:09 +03:00
Merge pull request #2871 from pruekk/chore/missing-notificationList
chore: notification toggle missing when import from backup
This commit is contained in:
commit
9ee2780e9e
1 changed files with 1 additions and 1 deletions
|
@ -1384,7 +1384,7 @@ let needSetup = false;
|
|||
accepted_statuscodes: monitorListData[i].accepted_statuscodes,
|
||||
dns_resolve_type: monitorListData[i].dns_resolve_type,
|
||||
dns_resolve_server: monitorListData[i].dns_resolve_server,
|
||||
notificationIDList: {},
|
||||
notificationIDList: monitorListData[i].notificationIDList,
|
||||
proxy_id: monitorListData[i].proxy_id || null,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue