mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-10-31 19:39:20 +08:00 
			
		
		
		
	chore: notification toggle missing when import from backup
This commit is contained in:
		| @@ -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, | ||||
|                             }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user