mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #2507 - The default severity of the InlineMessage is info, but in the code the default severity is 'error'.
This commit is contained in:
parent
cdcdd05ddb
commit
5a8ef46c42
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ const InlineMessageProps = [
|
|||
{
|
||||
name: "severity",
|
||||
type: "string",
|
||||
default: "info",
|
||||
default: "error",
|
||||
description: 'Severity level of the message. Valid severities are "success", "info", "warn" and "error".'
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue