- updated logic based on new data from API;
- updated page of archived non completed application for beneficiary; - fixed issue creating soccorso;
This commit is contained in:
@@ -26,8 +26,6 @@ import FileuploadDelega from '../../components/FileuploadDelega';
|
||||
import { Toast } from 'primereact/toast';
|
||||
import getFormatedFileSizeText from '../../helpers/getFormatedFileSizeText';
|
||||
import { defaultMaxFileSize } from '../../configData';
|
||||
import { classNames } from 'primereact/utils';
|
||||
import { Dropdown } from 'primereact/dropdown';
|
||||
import { Dialog } from 'primereact/dialog';
|
||||
import { confirmPopup, ConfirmPopup } from 'primereact/confirmpopup';
|
||||
|
||||
@@ -219,15 +217,6 @@ const ProfileCompany = () => {
|
||||
});
|
||||
};
|
||||
|
||||
const footerRemoveDialog = () => {
|
||||
return <div>
|
||||
<Button type="button" label={__('No', 'gepafin')} onClick={hideRemoveDialog} outlined/>
|
||||
<Button
|
||||
type="button"
|
||||
label={__('Si', 'gepafin')} onClick={doRemoveCompany}/>
|
||||
</div>
|
||||
}
|
||||
|
||||
const headerRemoveDialog = () => {
|
||||
return <span>{__('Rimuovi azienda', 'gepafin')}</span>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user