chore(ResearchForm): increase width and breadth max value
This commit is contained in:
@ -69,7 +69,7 @@
|
||||
class="w-full"
|
||||
type="number"
|
||||
:min="1"
|
||||
:max="5"
|
||||
:max="8"
|
||||
:step="1"
|
||||
/>
|
||||
</UFormField>
|
||||
@ -81,7 +81,7 @@
|
||||
class="w-full"
|
||||
type="number"
|
||||
:min="1"
|
||||
:max="5"
|
||||
:max="8"
|
||||
:step="1"
|
||||
/>
|
||||
</UFormField>
|
||||
|
Reference in New Issue
Block a user