Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 1877819

Browse files
committed
Form no longer gets cleared out
1 parent 8baf234 commit 1877819

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

resources/views/dashboard.blade.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -405,13 +405,7 @@ class="rounded-full px-3 py-1 inline-block text-sm"
405405
406406
axios
407407
.post('/event', payload)
408-
.then(() => {
409-
this.form = {
410-
channel: null,
411-
event: null,
412-
data: null,
413-
};
414-
})
408+
.then(() => {})
415409
.catch(err => {
416410
alert('Error sending event.');
417411
})

0 commit comments

Comments
 (0)