Skip to content

Commit

Permalink
Merge pull request #2558 from tugcekucukoglu/inlinemessage
Browse files Browse the repository at this point in the history
Fixed #2507 - The default severity of the InlineMessage is info, but …
  • Loading branch information
tugcekucukoglu authored May 24, 2022
2 parents cdcdd05 + 5a8ef46 commit f1ef9f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-generator/components/inlinemessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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".'
}
];
Expand Down
2 changes: 1 addition & 1 deletion src/views/message/MessageDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f1ef9f8

Please sign in to comment.