FIX: nest theme translation data so it saves (#22306)
This commit is contained in:
parent
a6bd3994f3
commit
b30ef5d6a0
|
@ -17,7 +17,7 @@ export default class ThemeTranslation extends SiteSettingComponent {
|
||||||
|
|
||||||
return ajax(this.updateUrl, {
|
return ajax(this.updateUrl, {
|
||||||
type: "PUT",
|
type: "PUT",
|
||||||
data: { theme: translations },
|
data: { theme: { translations } },
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue