Skip to content

Commit 72ca3bb

Browse files
Merge remote-tracking branch 'origin/v2' into v2
2 parents cbdfb31 + d193546 commit 72ca3bb

File tree

8 files changed

+1223
-509
lines changed

8 files changed

+1223
-509
lines changed

ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailCard.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,10 +1196,10 @@
11961196
</h5>
11971197
<div class="p-8-12 border-t-dashed lighter">
11981198
<p class="mb-8 color-secondary">
1199-
{{ $t('views.document.form.selector.label') }}:{{ data.input_params.selector }}
1199+
{{ $t('views.document.form.selector.label') }}: {{ data.input_params.selector }}
12001200
</p>
12011201
<p class="mb-8 color-secondary">
1202-
{{ $t('views.document.form.source_url.label') }}:{{
1202+
{{ $t('views.document.form.source_url.label') }}: {{
12031203
data.input_params.source_url
12041204
}}
12051205
</p>
@@ -1218,11 +1218,12 @@
12181218
:key="index"
12191219
class="mb-8"
12201220
>
1221+
<h4>{{file_content.name}}</h4>
12211222
<MdPreview
12221223
v-if="file_content"
12231224
ref="editorRef"
12241225
editorId="preview-only"
1225-
:modelValue="file_content"
1226+
:modelValue="file_content.content"
12261227
style="background: none"
12271228
noImgZoomIn
12281229
/>

ui/src/views/application/component/CreateApplicationDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ import applicationApi from '@/api/application/application'
9797
import { MsgSuccess, MsgAlert } from '@/utils/message'
9898
import { isWorkFlow } from '@/utils/application'
9999
import { baseNodes } from '@/workflow/common/data'
100-
import { applicationTemplate } from '@/views/application/template'
100+
import { applicationTemplate } from '@/workflow/common/template'
101101
import { t } from '@/locales'
102102
import useStore from '@/stores'
103103
const { user } = useStore()

0 commit comments

Comments
 (0)