This commit is contained in:
Çetin
2025-01-03 11:41:08 +03:00
parent 713260a6a6
commit 37396b1550
5 changed files with 49 additions and 33 deletions

View File

@@ -126,7 +126,9 @@ export class MediaDoc implements OnInit {
return 'warn';
case 'OUTOFSTOCK':
return 'danger';
default:
return 'success';
}
}
}
}