We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832d2a2 commit 4dd497eCopy full SHA for 4dd497e
ui/src/components/ai-chat/component/question-content/index.vue
@@ -30,7 +30,7 @@ const props = defineProps<{
30
31
onMounted(() => {
32
if (props.chatRecord.execution_details?.length > 0) {
33
- props.chatRecord.execution_details[0].image_list.forEach((image: any) => {
+ props.chatRecord.execution_details[0].image_list?.forEach((image: any) => {
34
console.log('image', image.name, image.url)
35
})
36
}
0 commit comments