pl-api: support settings store in mitra

Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
Nicole Mikołajczyk
2025-04-09 10:29:32 +02:00
parent e2b7622e15
commit 6e6698a4b5
3 changed files with 51 additions and 43 deletions

View File

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