Skip to content

Commit

Permalink
fix: fix plugin detail page protocol name duplication issue
Browse files Browse the repository at this point in the history
修复插件详情页面协议名字重复出现的问题
  • Loading branch information
zjy2024 committed May 21, 2023
1 parent b1d95fe commit 0a223b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/src/modules/system/plugins/PluginDetail.vue
Expand Up @@ -129,7 +129,7 @@ const pluginRoleTemplateGroups = computed<RoleTemplateGroup[]>(() => {
<a v-if="license.url" :href="license.url" target="_blank">
{{ license.name }}
</a>
<span>
<span v-else>
{{ license.name }}
</span>
</li>
Expand Down

0 comments on commit 0a223b7

Please sign in to comment.