This commit is contained in:
Yuri Kuznetsov
2023-12-01 09:47:27 +02:00
parent c3c53363a7
commit 0bd2f96965
+1 -1
View File
@@ -1041,7 +1041,7 @@ Espo.Ui = {
/**
* Show a notify-message.
*
* @param {string|false} message A message. False removes an already displayed message.
* @param {string|false} [message=false] A message. False removes an already displayed message.
* @param {'warning'|'danger'|'success'|'info'} [type='warning'] A type.
* @param {number} [timeout] Microseconds. If empty, then won't be hidden.
* Should be hidden manually or by displaying another message.