From 7481b229a41d8e241ac7fe6d4112f45d74dc63a3 Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Wed, 14 Feb 2024 13:54:17 +0800 Subject: [PATCH] feat: show domain field for MinIO storage provider --- 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 f2dc56d1..b2fc283a 100644 --- a/web/src/ProviderEditPage.js +++ b/web/src/ProviderEditPage.js @@ -876,7 +876,7 @@ class ProviderEditPage extends React.Component { )} - {["Custom HTTP SMS", "MinIO", "Google Cloud Storage", "Qiniu Cloud Kodo", "Synology"].includes(this.state.provider.type) ? null : ( + {["Custom HTTP SMS", "Google Cloud Storage", "Qiniu Cloud Kodo", "Synology"].includes(this.state.provider.type) ? null : ( {Setting.getLabel(i18next.t("provider:Domain"), i18next.t("provider:Domain - Tooltip"))} :