diff --git a/client/src/containers/Items/ItemForm.js b/client/src/containers/Items/ItemForm.js index 888a05157..167ec4f12 100644 --- a/client/src/containers/Items/ItemForm.js +++ b/client/src/containers/Items/ItemForm.js @@ -40,7 +40,6 @@ const defaultInitialValues = { sell_account_id: '', inventory_account_id: '', category_id: '', - note: '', sellable: 1, purchasable: true, }; @@ -232,7 +231,7 @@ function ItemForm({ {({ isSubmitting, handleSubmit }) => (