Merge pull request #2558 from tugcekucukoglu/inlinemessage

Fixed #2507 - The default severity of the InlineMessage is info, but …
pull/2559/head
Tuğçe Küçükoğlu 2022-05-24 11:12:19 +03:00 committed by GitHub
commit f1ef9f853c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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".'
}
];

View File

@ -139,7 +139,7 @@ import InlineMessage from 'primevue/inlinemessage';
<tr>
<td>severity</td>
<td>string</td>
<td>info</td>
<td>error</td>
<td>Severity level of the message.</td>
</tr>
</tbody>