fix(notifications): Removed info type from docs (#15504)

There is no info type in showNotificantion command.
This commit is contained in:
Felipe Amaral
2025-01-17 12:17:56 -03:00
committed by GitHub
parent b890aa33c3
commit 24cfa7b4e1

View File

@@ -590,7 +590,7 @@ function initCommands() {
* @param { string } arg.title - Notification title.
* @param { string } arg.description - Notification description.
* @param { string } arg.uid - Optional unique identifier for the notification.
* @param { string } arg.type - Notification type, either `error`, `info`, `normal`, `success` or `warning`.
* @param { string } arg.type - Notification type, either `error`, `normal`, `success` or `warning`.
* Defaults to "normal" if not provided.
* @param { string } arg.timeout - Timeout type, either `short`, `medium`, `long` or `sticky`.
* Defaults to "short" if not provided.