mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
Fix : active button in item Form
This commit is contained in:
@@ -54,7 +54,7 @@ export default function ItemFormFloatingActions({
|
|||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
{/*----------- Active ----------*/}
|
{/*----------- Active ----------*/}
|
||||||
<FastField name={'type'}>
|
<FastField name={'active'}>
|
||||||
{({ field, field: { value } }) => (
|
{({ field, field: { value } }) => (
|
||||||
<FormGroup label={' '} inline={true} className={'form-group--active'}>
|
<FormGroup label={' '} inline={true} className={'form-group--active'}>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
|
|||||||
Reference in New Issue
Block a user