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 422dde8 commit 53fbaa6Copy full SHA for 53fbaa6
ui/src/views/application/ApplicationSetting.vue
@@ -414,7 +414,7 @@
414
</div>
415
</template>
416
417
- <el-form-item @click.prevent>
+ <el-form-item @click.prevent v-if="applicationForm.mcp_enable || applicationForm.tool_enable">
418
<template #label>
419
<div class="flex-between">
420
<span class="mr-4">
ui/src/workflow/nodes/ai-chat-node/index.vue
@@ -230,7 +230,7 @@
230
231
232
233
+ <el-form-item @click.prevent v-if="chat_data.mcp_enable || chat_data.tool_enable">
234
235
236
0 commit comments