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 842b4dd commit 13b1525Copy full SHA for 13b1525
1 file changed
ui/src/views/tool/component/ToolListContainer.vue
@@ -272,8 +272,7 @@
272
<el-dropdown-item
273
v-if="
274
!item.template_id &&
275
- permissionPrecise.copy(item.id) &&
276
- item.tool_type !== 'MCP'
+ permissionPrecise.copy(item.id)
277
"
278
@click.stop="copyTool(item)"
279
>
@@ -316,8 +315,7 @@
316
315
317
318
319
- permissionPrecise.export(item.id) &&
320
+ permissionPrecise.export(item.id)
321
322
@click.stop="exportTool(item)"
323
0 commit comments