♻️ re-arrange schedule operation options to be more logical (#953)

This commit is contained in:
Matiss Janis Aboltins
2023-04-24 09:27:17 +01:00
committed by GitHub
parent 9695043206
commit a69d858328
2 changed files with 7 additions and 1 deletions

View File

@@ -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) {

View File

@@ -0,0 +1,6 @@
---
category: Enhancements
authors: [MatissJanis]
---
Re-arrange schedule operation options to start with "is approximately" (the default selection)