Skip to content

Commit 471ac59

Browse files
fix: execution
1 parent 0ee4b7f commit 471ac59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/ai-chat/component/ExecutionDetailContent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ import { isWorkFlow } from '@/utils/application'
709709
710710
const props = defineProps<{
711711
detail?: any[]
712-
type: string
712+
type?: string
713713
}>()
714714
715715
const current = ref<number | string>('')

0 commit comments

Comments
 (0)