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 5569ab956..30af61e54 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 @@ -851,12 +851,9 @@ import { getImgUrl } from '@/utils/common' import { arraySort } from '@/utils/array' import { t } from '@/locales' -const props = defineProps({ - data: { - type: Object, - default: () => {}, - }, -}) +const props = defineProps<{ + data: any +}>() const currentLoopNode = ref(0)