Skip to content

Commit

Permalink
Merge branch 'hotfix/2.20.9' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
HarmlessHarm committed Jan 14, 2024
2 parents b5dcc6d + 427d188 commit 72ed8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/drawers/encounter/AddNpc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
type="number"
min="0"
max="99"
v-model="entity.initiative"
v-model.number="entity.initiative"
no-error-icon
:error="invalid && validated"
:error-message="errors[0]"
Expand Down

0 comments on commit 72ed8d1

Please sign in to comment.