Revert "Fix queue sidebar tab task filter (#1682)" (#1700)

This reverts commit c1c5573e7f.
This commit is contained in:
Chenlei Hu
2024-11-26 10:08:19 -08:00
committed by GitHub
parent 46cd522384
commit 4a182014e1
2 changed files with 24 additions and 26 deletions

View File

@@ -265,12 +265,6 @@ export class TaskItemImpl {
}
}
get isCached() {
return (
this.flatOutputs && _.every(this.flatOutputs, (output) => output.cached)
)
}
get executionStartTimestamp() {
const message = this.messages.find(
(message) => message[0] === 'execution_start'