Skip to content

Commit d5a2ad3

Browse files
committed
resolved netlify issue
1 parent 80ec41f commit d5a2ad3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/BMDashboard/Issue/Issue.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,11 @@ function Issue() {
163163
}
164164
await axios
165165
.post(`${ENDPOINTS.BM_ISSUE_FORM}`, currentFormData)
166-
.then(res => {
166+
.then(() => {
167167
toast.success('Issue Form Submitted Successfully');
168168
return true;
169169
})
170-
.catch(err => {
170+
.catch(() => {
171171
toast.error('Issue Form Submission Failed');
172172
return false;
173173
});

0 commit comments

Comments
 (0)