- re enabled btn 'edit form' for call;
This commit is contained in:
@@ -385,7 +385,6 @@ const BandoEdit = () => {
|
|||||||
<div className="row">
|
<div className="row">
|
||||||
<Button
|
<Button
|
||||||
type="button"
|
type="button"
|
||||||
disabled={!['DRAFT', 'PUBLISH', 'READY_TO_PUBLISH'].includes(data.status)}
|
|
||||||
outlined={data.status === 'PUBLISH'}
|
outlined={data.status === 'PUBLISH'}
|
||||||
onClick={openBandoFormManagement}
|
onClick={openBandoFormManagement}
|
||||||
label={__('Crea/modifica form', 'gepafin')}/>
|
label={__('Crea/modifica form', 'gepafin')}/>
|
||||||
|
|||||||
Reference in New Issue
Block a user