mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
warn
renaming on demos
This commit is contained in:
parent
f98feec612
commit
0558b0df0a
48 changed files with 189 additions and 189 deletions
|
@ -103,7 +103,7 @@ export default {
|
|||
return 'success';
|
||||
|
||||
case 'LOWSTOCK':
|
||||
return 'warning';
|
||||
return 'warn';
|
||||
|
||||
case 'OUTOFSTOCK':
|
||||
return 'danger';
|
||||
|
@ -158,7 +158,7 @@ const getSeverity = (status) => {
|
|||
return 'success';
|
||||
|
||||
case 'LOWSTOCK':
|
||||
return 'warning';
|
||||
return 'warn';
|
||||
|
||||
case 'OUTOFSTOCK':
|
||||
return 'danger';
|
||||
|
@ -198,7 +198,7 @@ const getSeverity = (status) => {
|
|||
return 'success';
|
||||
|
||||
case 'LOWSTOCK':
|
||||
return 'warning';
|
||||
return 'warn';
|
||||
|
||||
case 'OUTOFSTOCK':
|
||||
return 'danger';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue