File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,6 @@ export default {
42
42
required: true
43
43
},
44
44
startTime: {
45
- // TODO: aim to remove this in due course
46
- // (we should be able to obtain this directly from the task)
47
45
required: false
48
46
},
49
47
modifierSize: {
Original file line number Diff line number Diff line change @@ -240,6 +240,7 @@ export default {
240
240
// NOTE: this isn't reactive, however, changing the value requires
241
241
// navigating away from this view so it doesn't have to be
242
242
// TODO: make this a view-specific configuration
243
+ // https://github.com/cylc/cylc-ui/issues/1146
243
244
let cyclePointsOrderDesc = true
244
245
if (localStorage .cyclePointsOrderDesc ) {
245
246
cyclePointsOrderDesc = JSON .parse (localStorage .cyclePointsOrderDesc )
You can’t perform that action at this time.
0 commit comments