diff --git a/web/src/ProviderEditPage.js b/web/src/ProviderEditPage.js index c4c12cf3..9980534b 100644 --- a/web/src/ProviderEditPage.js +++ b/web/src/ProviderEditPage.js @@ -628,7 +628,7 @@ class ProviderEditPage extends React.Component { )} - {["Local File System", "MinIO"].includes(this.state.provider.type) ? null : ( + {["Local File System", "MinIO", "Tencent Cloud COS"].includes(this.state.provider.type) ? null : ( {Setting.getLabel(i18next.t("provider:Endpoint (Intranet)"), i18next.t("provider:Region endpoint for Intranet"))} :