mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 10:33:02 -05:00
♻️ re-arrange schedule operation options to be more logical (#953)
This commit is contained in:
committed by
GitHub
parent
9695043206
commit
a69d858328
@@ -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) {
|
||||
|
||||
6
upcoming-release-notes/953.md
Normal file
6
upcoming-release-notes/953.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Re-arrange schedule operation options to start with "is approximately" (the default selection)
|
||||
Reference in New Issue
Block a user