Skip to content

Commit

Permalink
Added mode NO_ORDERS_ALLOWED
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye-bot committed Nov 7, 2023
1 parent c8762be commit 4973841
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/widgets/WidgetPositions/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ export const MODES = {
label: "MANUAL",
value: "MANUAL",
},
NO_ORDERS_ALLOWED: {
label: "NO_ORDERS_ALLOWED",
value: "NO_ORDERS_ALLOWED",
},
PANIC: {
label: "PANIC",
value: "PANIC",
Expand Down

0 comments on commit 4973841

Please sign in to comment.