Skip to content

Commit a7c09a5

Browse files
committed
chore: refine tool trigger visibility based on tool type
1 parent 17de607 commit a7c09a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/tool/component/ToolListContainer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295

296296
<el-dropdown-item
297297
@click.stop="openToolTriggerDrawer(item)"
298-
v-if="apiType === 'workspace'"
298+
v-if="apiType === 'workspace' && item.tool_type === 'CUSTOM'"
299299
>
300300
<AppIcon iconName="app-trigger" class="color-secondary"></AppIcon>
301301
{{ $t('views.trigger.title') }}

0 commit comments

Comments
 (0)