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 9c8dbfae5..db7417967 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 @@ -173,7 +173,8 @@ v-if=" data.type == WorkflowType.AiChat || data.type == WorkflowType.Question || - data.type == WorkflowType.Application || data.type == WorkflowType.IntentNode + data.type == WorkflowType.Application || + data.type == WorkflowType.IntentNode " >