From 1968bdbd93fb97cacca92a610e0d1340b18a0dfe Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Mon, 25 Sep 2023 16:57:19 +0800 Subject: [PATCH] fix: plugin self tab extension point not working when no setting definition Signed-off-by: Ryan Wang --- .../modules/system/plugins/PluginDetail.vue | 26 ++++++++++++------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/console/src/modules/system/plugins/PluginDetail.vue b/console/src/modules/system/plugins/PluginDetail.vue index 7bb4a6bdae..1f321e05ec 100644 --- a/console/src/modules/system/plugins/PluginDetail.vue +++ b/console/src/modules/system/plugins/PluginDetail.vue @@ -1,6 +1,6 @@