aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pages/IndexPage.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/IndexPage.vue b/src/pages/IndexPage.vue
index b97d68e..b0cdcc6 100644
--- a/src/pages/IndexPage.vue
+++ b/src/pages/IndexPage.vue
@@ -37,6 +37,7 @@
</q-card>
</q-dialog>
<q-form class="q-gutter-md col-11" @submit.prevent="submit">
+ <q-btn label="Submit" type="submit" color="primary" size="large"/>
<div v-for="(form, index) in forms" :key="index">
<template v-if="form.type === 'multiple_select'">
<div class="row">
@@ -86,7 +87,6 @@
></q-input>
</template>
</div>
- <q-btn label="Submit" type="submit" color="primary" size="large"/>
</q-form>
</q-page>
</template>