mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-10-31 19:39:20 +08:00 
			
		
		
		
	Edit: editMode check before toggle
This commit is contained in:
		| @@ -602,8 +602,10 @@ export default { | ||||
|  | ||||
|         /** customize status page */ | ||||
|         customizeStatusPage() { | ||||
|             // toggle modal | ||||
|             this.enableEditCustomizeMode = !this.enableEditCustomizeMode; | ||||
|             if (this.editMode) { | ||||
|                 // toggle modal | ||||
|                 this.enableEditCustomizeMode = !this.enableEditCustomizeMode; | ||||
|             } | ||||
|         }, | ||||
|  | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user