Resolve null parts status reference. IO-737
This commit is contained in:
@@ -61,7 +61,7 @@ export function JobLineStatusPopup({ bodyshop, jobline, disabled }) {
|
|||||||
onSelect={handleChange}
|
onSelect={handleChange}
|
||||||
onBlur={handleSave}
|
onBlur={handleSave}
|
||||||
>
|
>
|
||||||
{bodyshop.md_order_statuses.statuses.map((s, idx) => (
|
{Object.values(bodyshop.md_order_statuses).map((s, idx) => (
|
||||||
<Select.Option key={idx} value={s}>
|
<Select.Option key={idx} value={s}>
|
||||||
{s}
|
{s}
|
||||||
</Select.Option>
|
</Select.Option>
|
||||||
|
|||||||
Reference in New Issue
Block a user