Skip to content

Commit 616a415

Browse files
committed
chore(ResearchForm): increase width and breadth max value
1 parent 4a2b724 commit 616a415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/ResearchForm.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
class="w-full"
7070
type="number"
7171
:min="1"
72-
:max="5"
72+
:max="8"
7373
:step="1"
7474
/>
7575
</UFormField>
@@ -81,7 +81,7 @@
8181
class="w-full"
8282
type="number"
8383
:min="1"
84-
:max="5"
84+
:max="8"
8585
:step="1"
8686
/>
8787
</UFormField>

0 commit comments

Comments
 (0)