We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 567a651 + 51b7de1 commit d20e063Copy full SHA for d20e063
src-ts/tools/gamification-admin/pages/badge-detail/update-badge.store.ts
@@ -24,5 +24,9 @@ export async function submitRequestAsync(request: UpdateBadgeRequest): Promise<G
24
form.append('badge_description', request.badgeDesc)
25
}
26
27
- return xhrPostAsync(url, form)
+ return xhrPostAsync(url, form, {
28
+ headers: {
29
+ 'Content-Type': 'multipart/form-data',
30
+ }
31
+ })
32
0 commit comments