mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
fix: edit item form.
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
Position,
|
||||
Tooltip,
|
||||
} from '@blueprintjs/core';
|
||||
import { FormattedMessage as T, useIntl } from 'react-intl';
|
||||
import { FormattedMessage as T } from 'react-intl';
|
||||
import {
|
||||
CategoriesSelectList,
|
||||
ErrorMessage,
|
||||
@@ -83,7 +83,7 @@ function ItemFormPrimarySection({
|
||||
/>
|
||||
<Radio
|
||||
label={<T id={'non_inventory'} />}
|
||||
value="non_inventory"
|
||||
value="non-inventory"
|
||||
/>
|
||||
</RadioGroup>
|
||||
</FormGroup>
|
||||
|
||||
Reference in New Issue
Block a user