Browse Source

activate save on s3 bucket change in admin (#2392)

pull/2394/head
Meisam 3 years ago committed by GitHub
parent
commit
268af5c20e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      web/components/config/EditStorage.tsx

1
web/components/config/EditStorage.tsx

@ -47,6 +47,7 @@ function checkSaveable(formValues: any, currentValues: any) { @@ -47,6 +47,7 @@ function checkSaveable(formValues: any, currentValues: any) {
endpoint !== currentValues.endpoint ||
accessKey !== currentValues.accessKey ||
secret !== currentValues.secret ||
bucket !== currentValues.bucket ||
region !== currentValues.region ||
(!currentValues.servingEndpoint && servingEndpoint !== '') ||
(!!currentValues.servingEndpoint && servingEndpoint !== currentValues.servingEndpoint) ||

Loading…
Cancel
Save