Skip to content

Commit

Permalink
added 'step=' and allows for the user to enter any step
Browse files Browse the repository at this point in the history
  • Loading branch information
capetillo committed Mar 25, 2024
1 parent 2c8fc65 commit 2a543ce
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/projects/CreateProjectForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,8 @@
type="number"
min="0"
max="100000"
step="any"
/>
<p class="control">
<span class="button is-static is-small">s</span>
</p>
</b-field>
<b-field
:label="n==1 ? 'Filter' : ''"
Expand Down Expand Up @@ -1090,7 +1088,6 @@ export default {
return index === indexToMatch ? { ...obj, [key]: val } : obj
})
},
clearProjectForm () {
this.modifying_existing_project = false
this.cloning_existing_project = false
Expand Down

0 comments on commit 2a543ce

Please sign in to comment.