Skip to content

Commit 3aea769

Browse files
committed
fix: Fix user input table title not changed
--bug=1052676 --user=刘瑞斌 【应用】高级编排-设置-基本信息-修改用户输入标题后保存-未更新-再次进入后仍展示用户输入 https://www.tapd.cn/57709429/s/1661083
1 parent 7eff1c9 commit 3aea769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="flex-between mb-16">
3-
<h5 class="lighter">{{ $t('chat.userInput') }}</h5>
3+
<h5 class="lighter">{{ inputFieldConfig.title }}</h5>
44
<div>
55
<el-button type="primary" link @click="openChangeTitleDialog">
66
<el-icon>

0 commit comments

Comments
 (0)