Skip to content

Commit

Permalink
fix double send
Browse files Browse the repository at this point in the history
  • Loading branch information
scammo committed Jul 15, 2023
1 parent ad347be commit 3cfc1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OpinionForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ const onSubmit = handleSubmit(async (values, actions) => {
<label for="comment" class="font-bold block mb-2">Kommentar</label>
<Textarea class="w-full" id="comment" v-model="opinionForm.comment" />
</div>
<Button type="submit" label="Speichern" />
<Button :disabled="loading" type="submit" label="Speichern" />
</form>
</template>

0 comments on commit 3cfc1d2

Please sign in to comment.