mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +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,
|
title,
|
||||||
message,
|
message,
|
||||||
defaultValue,
|
defaultValue,
|
||||||
(msg) => msg === false ? rej : res(msg)
|
(msg) => msg === false ? rej() : res(msg)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user