Skip to content

Commit debe0c0

Browse files
committed
fix: The default suffix for workflow file upload nodes is set to uppercase DOC and PPT
1 parent 289ebf4 commit debe0c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ui/src/workflow/nodes/base-node/component/FileUploadSettingDialog.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<p class="line-height-22 mt-4">
5757
{{ $t('common.fileUpload.document') }}
5858
<el-text class="color-secondary"
59-
>{{
59+
>{{
6060
$t(
6161
'views.applicationWorkflow.nodes.baseNode.FileUploadSetting.fileUploadType.documentText'
6262
)
@@ -86,7 +86,7 @@
8686
<p class="line-height-22 mt-4">
8787
{{ $t('common.fileUpload.image') }}
8888
<el-text class="color-secondary"
89-
>{{
89+
>{{
9090
$t(
9191
'views.applicationWorkflow.nodes.baseNode.FileUploadSetting.fileUploadType.imageText'
9292
)
@@ -114,7 +114,7 @@
114114
<p class="line-height-22 mt-4">
115115
{{ $t('common.fileUpload.audio') }}
116116
<el-text class="color-secondary"
117-
>{{
117+
>{{
118118
$t(
119119
'views.applicationWorkflow.nodes.baseNode.FileUploadSetting.fileUploadType.audioText'
120120
)
@@ -141,7 +141,7 @@
141141
<p class="line-height-22 mt-4">
142142
{{ $t('common.fileUpload.other') }}
143143
<el-text class="color-secondary"
144-
>{{
144+
>{{
145145
$t(
146146
'views.applicationWorkflow.nodes.baseNode.FileUploadSetting.fileUploadType.otherText'
147147
)

0 commit comments

Comments
 (0)