Skip to content

Commit

Permalink
fix: add point modal reset
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Nov 15, 2024
1 parent 9fd90aa commit 05e8b66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/Components/Navigation/AddPoint.vue
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@
onError: (error) => {
console.error(error);
},
onSuccess: () => form.reset()
});
};
Expand Down

0 comments on commit 05e8b66

Please sign in to comment.