From f665b5f500019f193288ec7059a2b44f40ef1d42 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Mon, 8 Dec 2025 16:58:42 +0800 Subject: [PATCH] fix: In the execution details, the display order of the child nodes of the loop body is incorrect (#4461) --- .../knowledge-source-component/ExecutionDetailCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailCard.vue b/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailCard.vue index 896dd1fb0..4e16b0d77 100644 --- a/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailCard.vue +++ b/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailCard.vue @@ -1001,7 +1001,7 @@