mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +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