diff --git a/web/components/config/EditStorage.tsx b/web/components/config/EditStorage.tsx index 3eae1db6d..9e1eb9c3f 100644 --- a/web/components/config/EditStorage.tsx +++ b/web/components/config/EditStorage.tsx @@ -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) ||