Skip to content

Commit

Permalink
Do not directly submit the form on click, it will be handled by the c…
Browse files Browse the repository at this point in the history
…lick event
  • Loading branch information
benoit74 committed Sep 20, 2024
1 parent 408e4a5 commit 33c54ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/src/components/NewRequestForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const hasDefinitions = computed(() => mainStore.offlinerDefinition !== undefined
<div class="pt-4 pb-4">
<v-btn
class="black"
type="submit"
rounded="xl"
:disabled="!isFormValid"
@click="mainStore.submitRequest()"
Expand Down Expand Up @@ -71,7 +70,6 @@ const hasDefinitions = computed(() => mainStore.offlinerDefinition !== undefined
<v-container class="small-width">
<v-btn
class="black"
type="submit"
rounded="xl"
:disabled="!isFormValid"
@click="mainStore.submitRequest()"
Expand Down

0 comments on commit 33c54ea

Please sign in to comment.