fix(js): fix social switch not actually turning on feature. Closes #4055
This commit is contained in:
parent
06bd9e849f
commit
8ffbf23d4e
@ -185,7 +185,7 @@ const ConfigFederation = () => {
|
||||
setIsInfoModalOpen(false);
|
||||
postConfigUpdateToAPI({
|
||||
apiPath: FIELD_PROPS_ENABLE_FEDERATION.apiPath,
|
||||
data: { value: false },
|
||||
data: { value: true },
|
||||
onSuccess: () => {
|
||||
setFieldInConfigState({
|
||||
fieldName: 'enabled',
|
||||
|
Loading…
x
Reference in New Issue
Block a user