feat: storage provider's domain initial value bug (#2303)

This commit is contained in:
UsherFall 2023-09-05 14:53:32 +08:00 committed by GitHub
parent c1eae9fcd8
commit bc8e9cfd64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -406,7 +406,6 @@ class ProviderEditPage extends React.Component {
this.updateProviderField("type", "Twilio SMS");
} else if (value === "Storage") {
this.updateProviderField("type", "AWS S3");
this.updateProviderField("domain", Setting.getFullServerUrl());
} else if (value === "SAML") {
this.updateProviderField("type", "Keycloak");
} else if (value === "Payment") {