mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 04:09:20 +00:00
Fix bad call
This commit is contained in:
parent
cc0d405de8
commit
4f417e1299
@ -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)
|
||||
)
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user