From af2b946a56050261be0d3985a5c941887dab34db Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Wed, 29 Mar 2023 22:42:18 +0800 Subject: [PATCH] fix: the loading status is not displayed when loading auth providers (#3623) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind bug /area console /milestone 2.4.x #### What this PR does / why we need it: 修复认证方式管理页面在加载时不显示加载状态的问题。 #### Does this PR introduce a user-facing change? ```release-note None ``` --- .../src/modules/system/auth-providers/AuthProviders.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/console/src/modules/system/auth-providers/AuthProviders.vue b/console/src/modules/system/auth-providers/AuthProviders.vue index 368493228..63a99f00b 100644 --- a/console/src/modules/system/auth-providers/AuthProviders.vue +++ b/console/src/modules/system/auth-providers/AuthProviders.vue @@ -1,5 +1,10 @@