diff --git a/packages/forklift-console-plugin/src/modules/Providers/views/details/components/CredentialsSection/CredentialsSection.tsx b/packages/forklift-console-plugin/src/modules/Providers/views/details/components/CredentialsSection/CredentialsSection.tsx index 2e68d01a9..c3bc3d630 100644 --- a/packages/forklift-console-plugin/src/modules/Providers/views/details/components/CredentialsSection/CredentialsSection.tsx +++ b/packages/forklift-console-plugin/src/modules/Providers/views/details/components/CredentialsSection/CredentialsSection.tsx @@ -76,7 +76,7 @@ export const CredentialsSection_: React.FC<{ const doesProviderDataMatchSecret = secret?.metadata?.name === name && secret?.metadata?.namespace === namespace; - if (!loaded) { + if (!loaded && !loadError) { return (