0

fix(js): fix social switch not actually turning on feature. Closes #4055

This commit is contained in:
Gabe Kangas 2024-12-12 22:33:37 -08:00
parent 06bd9e849f
commit 8ffbf23d4e

View File

@ -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',