add flag applicazione multipla
This commit is contained in:
@@ -274,7 +274,17 @@ const BandoEditFormStep1 = forwardRef(function ({ initialData, setInitialData, g
|
||||
onLabel={__('Si', 'gepafin')}
|
||||
offLabel={__('No', 'gepafin')}
|
||||
/>
|
||||
|
||||
<FormField
|
||||
type="switch"
|
||||
disabled={shouldDisableField('confidi')}
|
||||
fieldName="confidi"
|
||||
label={__('Applicazione multipla', 'gepafin')}
|
||||
control={control}
|
||||
errors={errors}
|
||||
defaultValue={values['confidi']}
|
||||
onLabel={__('Si', 'gepafin')}
|
||||
offLabel={__('No', 'gepafin')}
|
||||
/>
|
||||
<FormField
|
||||
type="textinput"
|
||||
disabled={shouldDisableField('name')}
|
||||
|
||||
Reference in New Issue
Block a user