Skip to content

Commit 77e6aac

Browse files
wangdan-fit2cloudshaohuzhang1
authored andcommitted
fix: Optimize the execution details copy within the workflow loop of the knowledge base
1 parent 56a08f1 commit 77e6aac

File tree

1 file changed

+1
-1
lines changed
  • ui/src/components/execution-detail-card

1 file changed

+1
-1
lines changed

ui/src/components/execution-detail-card/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@
10461046
).sort((x: any, y: any) => (x.index || 0) - (y.index || 0))"
10471047
:key="cIndex"
10481048
>
1049-
<ExecutionDetailCard :data="cLoop"></ExecutionDetailCard>
1049+
<ExecutionDetailCard :data="cLoop" :type="type"></ExecutionDetailCard>
10501050
</template>
10511051
</template>
10521052
</div>

0 commit comments

Comments
 (0)