- progress with cerating users form;

This commit is contained in:
Vitalii Kiiko
2024-10-16 13:50:47 +02:00
parent 173e54ef60
commit eddfaaf0d7
6 changed files with 50 additions and 21 deletions

View File

@@ -2,6 +2,9 @@ import { __ } from '@wordpress/i18n';
const getBandoLabel = (status) => {
switch (status) {
case 'ACTIVE':
return __('Attivo', 'gepafin');
case 'SUBMIT':
return __('Inviato', 'gepafin');

View File

@@ -2,6 +2,9 @@ import { __ } from '@wordpress/i18n';
const getBandoSeverity = (status) => {
switch (status) {
case 'ACTIVE':
return 'success';
case 'SUBMIT':
return 'success';