Skip to content

Commit e23a126

Browse files
committed
fix: Unable to add session variables after editing (#4008)
1 parent 966d1c3 commit e23a126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</el-form>
4545
<template #footer>
4646
<span class="dialog-footer">
47-
<el-button @click.prevent="dialogVisible = false"> {{ $t('common.cancel') }} </el-button>
47+
<el-button @click.prevent="close"> {{ $t('common.cancel') }} </el-button>
4848
<el-button type="primary" @click="submit(fieldFormRef)" :loading="loading">
4949
{{ isEdit ? $t('common.save') : $t('common.add') }}
5050
</el-button>

0 commit comments

Comments
 (0)