From 2bd7dabd33cbaa7f4fc7cdf6f37e0a2fbf5c1854 Mon Sep 17 00:00:00 2001 From: June <55494127+notdu@users.noreply.github.com> Date: Thu, 15 Aug 2024 22:28:36 +0700 Subject: [PATCH] feat: allow custom Domain of Google Cloud Storage Provider (#3128) --- web/src/ProviderEditPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/ProviderEditPage.js b/web/src/ProviderEditPage.js index ac3e5289..71350702 100644 --- a/web/src/ProviderEditPage.js +++ b/web/src/ProviderEditPage.js @@ -906,7 +906,7 @@ class ProviderEditPage extends React.Component { )} - {["Custom HTTP SMS", "Google Cloud Storage", "Qiniu Cloud Kodo", "Synology"].includes(this.state.provider.type) ? null : ( + {["Custom HTTP SMS", "Qiniu Cloud Kodo", "Synology"].includes(this.state.provider.type) ? null : ( {Setting.getLabel(i18next.t("provider:Domain"), i18next.t("provider:Domain - Tooltip"))} :