Skip to content

Commit 33c54ea

Browse files
committed
Do not directly submit the form on click, it will be handled by the click event
1 parent 408e4a5 commit 33c54ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/src/components/NewRequestForm.vue

-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ const hasDefinitions = computed(() => mainStore.offlinerDefinition !== undefined
3434
<div class="pt-4 pb-4">
3535
<v-btn
3636
class="black"
37-
type="submit"
3837
rounded="xl"
3938
:disabled="!isFormValid"
4039
@click="mainStore.submitRequest()"
@@ -71,7 +70,6 @@ const hasDefinitions = computed(() => mainStore.offlinerDefinition !== undefined
7170
<v-container class="small-width">
7271
<v-btn
7372
class="black"
74-
type="submit"
7573
rounded="xl"
7674
:disabled="!isFormValid"
7775
@click="mainStore.submitRequest()"

0 commit comments

Comments
 (0)