- added confirmation dialog;
- refactored form validation;
This commit is contained in:
@@ -99,7 +99,7 @@ const BandoForms = () => {
|
||||
|
||||
<div className="appPage__content">
|
||||
|
||||
<div className="appPageSection__withBorder disabled">
|
||||
{/*<div className="appPageSection__withBorder disabled">
|
||||
<h2>{__('Usa un template', 'gepafin')}</h2>
|
||||
<div className="row">
|
||||
<p>{__('Scegli tra i template predefiniti e personalizzali', 'gepafin')}</p>
|
||||
@@ -119,7 +119,7 @@ const BandoForms = () => {
|
||||
label={__('Crea', 'gepafin')}
|
||||
icon="pi pi-plus" iconPos="right"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>*/}
|
||||
|
||||
<div className="appPageSection__withBorder">
|
||||
<h2>{__('Crea un nuovo Form da Zero', 'gepafin')}</h2>
|
||||
|
||||
Reference in New Issue
Block a user