- updates in labels and some refactoring;

This commit is contained in:
Vitalii Kiiko
2024-11-15 14:28:23 +01:00
parent 7371ff1eb9
commit 11a1c35108
10 changed files with 48 additions and 12 deletions

View File

@@ -104,7 +104,7 @@ const BandoEditFormStep2 = forwardRef(function ({ initialData, getFormErrors, st
toast.current.show({
severity: 'success',
summary: '',
detail: __('Il bando è stato aggiornato corretamente!', 'gepafin')
detail: __('Il bando è stato aggiornato correttamente!', 'gepafin')
});
const newFormData = {...formInitialData, ...data.data};
setFormInitialData(newFormData);