diff --git a/web/app/components/plugins/plugin-auth/authorized/item.tsx b/web/app/components/plugins/plugin-auth/authorized/item.tsx
index 5508bcc324..76d43310d4 100644
--- a/web/app/components/plugins/plugin-auth/authorized/item.tsx
+++ b/web/app/components/plugins/plugin-auth/authorized/item.tsx
@@ -135,6 +135,13 @@ const Item = ({
)
}
+ {
+ credential.from_enterprise && (
+
+ Enterprise
+
+ )
+ }
)
}
@@ -172,7 +179,7 @@ const Item = ({
)
}
{
- !isOAuth && !disableEdit && (
+ !isOAuth && !disableEdit && !credential.from_enterprise && (
isWorkspaceDefault?: boolean
+ from_enterprise?: boolean
}