Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredx87 committed Feb 5, 2024
1 parent de58176 commit d6d0870
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/new-request-form.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ export function AnswerBotModal({
article_id: getExpandedArticleId(),
interaction_access_token: token,
}),
headers: {
"Content-Type": "application/json",
},
});
if (response.ok) {
// TODO: Proper redirect and notification
Expand All @@ -101,6 +104,9 @@ export function AnswerBotModal({
interaction_access_token: token,
reason_id: 0,
}),
headers: {
"Content-Type": "application/json",
},
});
if (response.ok) {
// TODO: Proper redirect and notification
Expand Down

0 comments on commit d6d0870

Please sign in to comment.