We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966d1c3 commit e23a126Copy full SHA for e23a126
ui/src/workflow/nodes/base-node/component/ChatFieldDialog.vue
@@ -44,7 +44,7 @@
44
</el-form>
45
<template #footer>
46
<span class="dialog-footer">
47
- <el-button @click.prevent="dialogVisible = false"> {{ $t('common.cancel') }} </el-button>
+ <el-button @click.prevent="close"> {{ $t('common.cancel') }} </el-button>
48
<el-button type="primary" @click="submit(fieldFormRef)" :loading="loading">
49
{{ isEdit ? $t('common.save') : $t('common.add') }}
50
</el-button>
0 commit comments