From c22f158fa3237fb24fdc793e6c092e926f2ead10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=9F=E4=BD=B3=E5=AE=87?= Date: Mon, 22 May 2023 11:01:47 +0800 Subject: [PATCH] fix: fix plugin detail page protocol name duplication issue (#3977) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind bug #### What this PR does / why we need it: 修复插件详情页面协议名字重复出现的问题 #### Which issue(s) this PR fixes: Fixes https://github.com/halo-dev/halo/issues/3971 #### Special notes for your reviewer: #### Does this PR introduce a user-facing change? ```release-note NONE ``` --- console/src/modules/system/plugins/PluginDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/src/modules/system/plugins/PluginDetail.vue b/console/src/modules/system/plugins/PluginDetail.vue index e5148f6ee..a7ae578bd 100644 --- a/console/src/modules/system/plugins/PluginDetail.vue +++ b/console/src/modules/system/plugins/PluginDetail.vue @@ -129,7 +129,7 @@ const pluginRoleTemplateGroups = computed(() => { {{ license.name }} - + {{ license.name }}