Fixed filament stock creation bug.
This commit is contained in:
parent
3c9071be33
commit
46923c4ba8
@ -15,7 +15,7 @@ const NewFilamentStock = ({ onOk, reset }) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<NewObjectForm
|
<NewObjectForm
|
||||||
type={'filamentstock'}
|
type={'filamentStock'}
|
||||||
reset={reset}
|
reset={reset}
|
||||||
defaultValues={{ state: { type: 'unconsumed' } }}
|
defaultValues={{ state: { type: 'unconsumed' } }}
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user