mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
warn
renaming on demos
This commit is contained in:
parent
f98feec612
commit
0558b0df0a
48 changed files with 189 additions and 189 deletions
|
@ -422,7 +422,7 @@ export default {
|
|||
return 'info';
|
||||
|
||||
case 'negotiation':
|
||||
return 'warning';
|
||||
return 'warn';
|
||||
|
||||
case 'renewal':
|
||||
return null;
|
||||
|
@ -613,7 +613,7 @@ const getSeverity = (status) => {
|
|||
return 'info';
|
||||
|
||||
case 'negotiation':
|
||||
return 'warning';
|
||||
return 'warn';
|
||||
|
||||
case 'renewal':
|
||||
return null;
|
||||
|
@ -698,7 +698,7 @@ const getSeverity = (status) => {
|
|||
return 'info';
|
||||
|
||||
case 'negotiation':
|
||||
return 'warning';
|
||||
return 'warn';
|
||||
|
||||
case 'renewal':
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue