mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
activate save on s3 bucket change in admin (#2392)
This commit is contained in:
parent
05b94290e0
commit
268af5c20e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue