Skip to content

Commit

Permalink
Merge pull request #77 from dl-solarity/fix/poseidon-reloading
Browse files Browse the repository at this point in the history
fixed reloading when submitting poseidon
  • Loading branch information
lilbonekit authored Oct 14, 2024
2 parents 7a9ce5d + 19d16a7 commit dda6133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms/PoseidonForm.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<form class="poseidon-form">
<form class="poseidon-form" @submit.prevent>
<div class="poseidon-form__input">
<div class="poseidon-form__title-wrp">
<h3 class="poseidon-form__title">
Expand Down

0 comments on commit dda6133

Please sign in to comment.