Skip to content
Snippets Groups Projects
Unverified Commit a69d8583 authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

:recycle: re-arrange schedule operation options to be more logical (#953)

parent 96950432
No related branches found
No related tags found
No related merge requests found
......@@ -486,7 +486,7 @@ export default function ScheduleDetails() {
style={{ margin: 0, flex: 1 }}
/>
<OpSelect
ops={['is', 'isapprox', 'isbetween']}
ops={['isapprox', 'is', 'isbetween']}
value={state.fields.amountOp}
formatOp={op => {
switch (op) {
......
---
category: Enhancements
authors: [MatissJanis]
---
Re-arrange schedule operation options to start with "is approximately" (the default selection)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment