From c190634cf37f51064e547a3c66790512939d0dca Mon Sep 17 00:00:00 2001 From: ithilelda Date: Sun, 27 Oct 2024 14:10:58 +0800 Subject: [PATCH] feat: show Domain field for Qiniu storage provider (#3318) allow Qiniu Provider to edit the Domain property in the edit page. --- 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 77cc69dd..672e8cb2 100644 --- a/web/src/ProviderEditPage.js +++ b/web/src/ProviderEditPage.js @@ -908,7 +908,7 @@ class ProviderEditPage extends React.Component { )} - {["Custom HTTP SMS", "Qiniu Cloud Kodo", "Synology", "Casdoor"].includes(this.state.provider.type) ? null : ( + {["Custom HTTP SMS", "Synology", "Casdoor"].includes(this.state.provider.type) ? null : ( {Setting.getLabel(i18next.t("provider:Domain"), i18next.t("provider:Domain - Tooltip"))} :