From 0bd2f969650ba8ffaf50b71e6705dcce88350722 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 1 Dec 2023 09:47:27 +0200 Subject: [PATCH] doc --- client/src/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/ui.js b/client/src/ui.js index 5b468028af..88f20a7f3f 100644 --- a/client/src/ui.js +++ b/client/src/ui.js @@ -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.