mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-10-30 17:54:59 +00:00 
			
		
		
		
	Fix bad call
This commit is contained in:
		| @@ -319,7 +319,7 @@ async function showInputTextDialog(title, message, defaultValue = "") { | ||||
|             title, | ||||
|             message, | ||||
|             defaultValue, | ||||
|             (msg) => msg === false ? rej : res(msg) | ||||
|             (msg) => msg === false ? rej() : res(msg) | ||||
|         ) | ||||
|     ) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user