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