Skip to content

Commit

Permalink
Add slack message sending timestamp and retries to bugReport record (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
drieJAC authored Nov 18, 2024
1 parent 2848791 commit 401fe6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Feedback/FeedbackForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,12 @@ export default {
this.formData.url = window.location.href;
this.formData.reporter = this.displayName;
this.formData.userId = this.userId;
this.formData.slackMessages = {
onCreate: {
retries: 0,
sentAt: null,
},
};
},
methods: {
closeModal() {
Expand Down

0 comments on commit 401fe6a

Please sign in to comment.