Fix : active button in item Form

This commit is contained in:
elforjani3
2020-11-15 13:01:51 +02:00
parent d85d7e85b5
commit e7bded2e6a

View File

@@ -54,7 +54,7 @@ export default function ItemFormFloatingActions({
</Button>
{/*----------- Active ----------*/}
<FastField name={'type'}>
<FastField name={'active'}>
{({ field, field: { value } }) => (
<FormGroup label={' '} inline={true} className={'form-group--active'}>
<Checkbox