Skip to content

Commit

Permalink
changed min (accidentally changed it)
Browse files Browse the repository at this point in the history
  • Loading branch information
capetillo committed May 28, 2024
1 parent 0d571a2 commit 972feaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/projects/CreateProjectForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@
v-model="max_airmass"
class="project-input"
type="number"
min="0"
min="1"
max="5"
step="0.01"
:disabled="read_only"
Expand Down

0 comments on commit 972feaf

Please sign in to comment.