- fixed flow of submitting application;
This commit is contained in:
@@ -18,6 +18,9 @@ const getBandoSeverity = (status) => {
|
||||
case 'AWAITING':
|
||||
return 'warning';
|
||||
|
||||
case 'AWAIT':
|
||||
return 'warning';
|
||||
|
||||
case 'EXPIRED':
|
||||
return 'closed';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user