warn renaming on demos

This commit is contained in:
tugcekucukoglu 2024-04-16 10:35:56 +03:00
parent f98feec612
commit 0558b0df0a
48 changed files with 189 additions and 189 deletions

View file

@ -525,7 +525,7 @@ export default {
return 'success';
case 'LOWSTOCK':
return 'warning';
return 'warn';
case 'OUTOFSTOCK':
return 'danger';
@ -811,7 +811,7 @@ const getStatusLabel = (status) => {
return 'success';
case 'LOWSTOCK':
return 'warning';
return 'warn';
case 'OUTOFSTOCK':
return 'danger';
@ -941,7 +941,7 @@ const getStatusLabel = (status) => {
return 'success';
case 'LOWSTOCK':
return 'warning';
return 'warn';
case 'OUTOFSTOCK':
return 'danger';