mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: datatables pagination.
This commit is contained in:
@@ -101,7 +101,7 @@ function ItemFormBody({ accountsList }) {
|
||||
<Col xs={6}>
|
||||
{/*------------- Sellable checkbox ------------- */}
|
||||
<FastField name={'purchasable'}>
|
||||
{({ field, field: { value }, meta: { error, touched } }) => (
|
||||
{({ form, field: { value, onChange }, meta: { error, touched } }) => (
|
||||
<FormGroup inline={true} className={'form-group--purchasable'}>
|
||||
<Checkbox
|
||||
inline={true}
|
||||
@@ -111,7 +111,7 @@ function ItemFormBody({ accountsList }) {
|
||||
</h3>
|
||||
}
|
||||
checked={value}
|
||||
{...field}
|
||||
onChange={onChange}
|
||||
/>
|
||||
</FormGroup>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user