Skip to content

Commit fcf858c

Browse files
committed
fix: show errors in execution details
1 parent 6396042 commit fcf858c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/views/chat/execution-component/LogWithAi.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const recordsBeforeCurrentQuestion = computed(() =>
5151
<template v-if="item.error">
5252
{{ error }}
5353
</template>
54-
<div v-else class="item-list flex-gap-fallback flex-col">
54+
<div class="item-list flex-gap-fallback flex-col">
5555
<div class="inner-title">{{ t('chat.log_system') }}</div>
5656
<div class="inner-item flex-gap-fallback flex-col">
5757
<div class="inner-item-title">

0 commit comments

Comments
 (0)