Skip to content

Commit 3d28f92

Browse files
Apply suggestions from code review
1 parent fbe64e6 commit 3d28f92

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/cylc/Task.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ export default {
4242
required: true
4343
},
4444
startTime: {
45-
// TODO: aim to remove this in due course
46-
// (we should be able to obtain this directly from the task)
4745
required: false
4846
},
4947
modifierSize: {

src/components/cylc/tree/Tree.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ export default {
240240
// NOTE: this isn't reactive, however, changing the value requires
241241
// navigating away from this view so it doesn't have to be
242242
// TODO: make this a view-specific configuration
243+
// https://github.com/cylc/cylc-ui/issues/1146
243244
let cyclePointsOrderDesc = true
244245
if (localStorage.cyclePointsOrderDesc) {
245246
cyclePointsOrderDesc = JSON.parse(localStorage.cyclePointsOrderDesc)

0 commit comments

Comments
 (0)