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

This commit is contained in:
Meisam 2022-11-29 20:12:06 +01:00 committed by GitHub
parent 05b94290e0
commit 268af5c20e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) ||