Skip to content

Commit 752a4d9

Browse files
fix: tool tag display
1 parent c735aaa commit 752a4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/tool/toolStore/ToolCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<el-tag type="info" v-if="props.tool?.label === 'data_source'" class="info-tag">
3030
{{ $t('views.tool.dataSource.title') }}
3131
</el-tag>
32-
<el-tag type="info" class="info-tag">
32+
<el-tag type="info" class="info-tag" v-else>
3333
{{ $t('views.tool.title') }}
3434
</el-tag>
3535
</template>

0 commit comments

Comments
 (0)