chore: notification toggle missing when import from backup

This commit is contained in:
Arniwatt Chonkiattipoom 2023-03-02 16:23:27 +07:00
parent 94c3861608
commit bb7de6aa88

View File

@ -1344,7 +1344,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,
};