add change status function

This commit is contained in:
Noemi
2025-06-30 13:01:01 +02:00
parent cfba0534c4
commit 97e20d5656
4 changed files with 86 additions and 4 deletions

View File

@@ -71,6 +71,9 @@ const getBandoLabel = (status) => {
case 'REJECTED':
return __('Respinto', 'gepafin');
case 'TECHNICAL_EVALUATION_REJECTED':
return __('Respinto', 'gepafin');
default:
return '';
}