SoapboxConfig: toJSON() --> toJS()
This commit is contained in:
parent
1f5f2e4c8f
commit
bb30f0c989
|
@ -77,7 +77,7 @@ class SoapboxConfig extends ImmutablePureComponent {
|
||||||
group: ':pleroma',
|
group: ':pleroma',
|
||||||
key: ':frontend_configurations',
|
key: ':frontend_configurations',
|
||||||
value: [{
|
value: [{
|
||||||
tuple: [':soapbox_fe', soapbox.toJSON()],
|
tuple: [':soapbox_fe', soapbox.toJS()],
|
||||||
}],
|
}],
|
||||||
}],
|
}],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue