- saving progress;

This commit is contained in:
Vitalii Kiiko
2024-10-29 09:56:03 +01:00
14 changed files with 941 additions and 133 deletions

View File

@@ -24,6 +24,9 @@ const getBandoSeverity = (status) => {
case 'AWAIT':
return 'warning';
case 'OPEN':
return 'warning';
case 'ASSIGNED':
return 'warning';