Commit a379b12
fix(ui-v2): fall back to expected_start_time in accordion header timestamp
When sorting by EXPECTED_START_TIME_DESC, the last run may be a
scheduled/paused run with null start_time. Fall back to
expected_start_time so the header still shows a timestamp.
Co-authored-by: Alexander Streed <alexander.streed@prefect.io>
Co-Authored-By: alex.s <ajstreed1@gmail.com>1 parent 42aa0f2 commit a379b12
File tree
1 file changed
+7
-2
lines changed- ui-v2/src/components/dashboard/flow-runs-accordion
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
69 | 74 | | |
70 | 75 | | |
71 | 76 | | |
| |||
0 commit comments