We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408e4a5 commit 33c54eaCopy full SHA for 33c54ea
ui/src/components/NewRequestForm.vue
@@ -34,7 +34,6 @@ const hasDefinitions = computed(() => mainStore.offlinerDefinition !== undefined
34
<div class="pt-4 pb-4">
35
<v-btn
36
class="black"
37
- type="submit"
38
rounded="xl"
39
:disabled="!isFormValid"
40
@click="mainStore.submitRequest()"
@@ -71,7 +70,6 @@ const hasDefinitions = computed(() => mainStore.offlinerDefinition !== undefined
71
70
<v-container class="small-width">
72
73
74
75
76
77
0 commit comments