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);
|
setIsInfoModalOpen(false);
|
||||||
postConfigUpdateToAPI({
|
postConfigUpdateToAPI({
|
||||||
apiPath: FIELD_PROPS_ENABLE_FEDERATION.apiPath,
|
apiPath: FIELD_PROPS_ENABLE_FEDERATION.apiPath,
|
||||||
data: { value: false },
|
data: { value: true },
|
||||||
onSuccess: () => {
|
onSuccess: () => {
|
||||||
setFieldInConfigState({
|
setFieldInConfigState({
|
||||||
fieldName: 'enabled',
|
fieldName: 'enabled',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user