pl-api: support settings store in mitra
Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -68,7 +68,7 @@ const updateSettingsStore = (settings: any) =>
|
||||
const state = getState();
|
||||
const client = getClient(state);
|
||||
|
||||
if (client.features.settingsStore) {
|
||||
if (client.features.frontendConfigurations) {
|
||||
return dispatch(patchMe({
|
||||
settings_store: {
|
||||
[FE_NAME]: settings,
|
||||
|
||||
Reference in New Issue
Block a user