mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 23:07:28 +08:00
FIX: nest theme translation data so it saves (#22306)
This commit is contained in:
@ -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 } },
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user