Skip to content

Commit

Permalink
its json folks
Browse files Browse the repository at this point in the history
  • Loading branch information
felliott committed Oct 23, 2023
1 parent cd86108 commit e43f9bd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ export default class SubmitToBoaModal extends Component<Args> {
// },
// dataset,
xhrFields: { withCredentials: true },
headers: {
'Content-Type': 'application/json',
},
});
// const porkpanda = this.args.file.submitToBoa
// const beefhorse = this.doSubmitToBoa;
Expand Down

0 comments on commit e43f9bd

Please sign in to comment.