Fixed #5591 - warning property name changed as warn

This commit is contained in:
tugcekucukoglu 2024-04-16 10:34:11 +03:00
parent 9bdabd8530
commit f98feec612
14 changed files with 28 additions and 28 deletions

View file

@ -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',