mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Fixed #5591 - warning property name changed as warn
This commit is contained in:
parent
9bdabd8530
commit
f98feec612
14 changed files with 28 additions and 28 deletions
|
@ -57,7 +57,7 @@ const ButtonProps = [
|
|||
name: 'severity',
|
||||
type: 'string',
|
||||
default: 'null',
|
||||
description: 'Defines the style of the button, valid values are "secondary", "success", "info", "warning", "help", "danger", "contrast".'
|
||||
description: 'Defines the style of the button, valid values are "secondary", "success", "info", "warn", "help", "danger", "contrast".'
|
||||
},
|
||||
{
|
||||
name: 'raised',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue