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 30902f8 commit 3e47117Copy full SHA for 3e47117
ui/src/views/tool/component/ToolListContainer.vue
@@ -232,8 +232,7 @@
232
</el-dropdown-item>
233
<el-dropdown-item v-if="
234
!item.template_id &&
235
- permissionPrecise.export(item.id) &&
236
- item.tool_type !== 'MCP'
+ permissionPrecise.export(item.id)
237
" @click.stop="exportTool(item)">
238
<AppIcon iconName="app-export" class="color-secondary"></AppIcon>
239
{{ $t('common.export') }}
0 commit comments