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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export default class ThemeTranslation extends SiteSettingComponent {
return ajax(this.updateUrl, {
type: "PUT",
data: { theme: translations },
data: { theme: { translations } },
});
}
}