mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +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