FIX: nest theme translation data so it saves (#22306)

This commit is contained in:
Kris
2023-06-27 14:27:32 -04:00
committed by GitHub
parent a6bd3994f3
commit b30ef5d6a0

View File

@ -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 } },
}); });
} }
} }