Skip to content

Commit

Permalink
enum fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Damfortx8 committed Dec 30, 2021
1 parent cf64dde commit ec39a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/CreateRetailPackaging.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function Main(props) {
break;
case processesTypes[3]: setFormState({ ...formState, kind: "Bag" })
break;
case processesTypes[4]: setFormState({ ...formState, kind: "Bag Roasted" })
case processesTypes[4]: setFormState({ ...formState, kind: "BagRoasted" })
break;
case processesTypes[5]: setFormState({ ...formState, kind: "Grinded" })
break;
Expand Down

0 comments on commit ec39a1e

Please sign in to comment.