We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01d5074 + 678eaa4 commit 4a6b447Copy full SHA for 4a6b447
webapp/modules/Tasks/components/TaskExecutionDetail/index.tsx
@@ -197,7 +197,7 @@ const TaskExecutionDetail = () => {
197
if (currentTask?.task_type !== "workflow") {
198
setSelectedTab("result");
199
} else {
200
- if (editorDetails.producedTextPk) {
+ if (currentTask?.produced_text_pk) {
201
202
203
setSelectedTab("process");
@@ -495,4 +495,4 @@ const TaskExecutionDetail = () => {
495
);
496
};
497
498
-export default TaskExecutionDetail;
+export default TaskExecutionDetail;
0 commit comments