Skip to content

Commit

Permalink
change max animation
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Oct 9, 2024
1 parent 1bc0556 commit 461f750
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@
<div class="form-column">
<div class="form-row">
<app-input-floating-label>Animation</app-input-floating-label>
<input [(ngModel)]="editingData.animation" type="number" min="0" max="24" placeholder="Choose animation..."
<input [(ngModel)]="editingData.animation" type="number" min="0" max="29" placeholder="Choose animation..."
class="form-input" />
</div>
</div>
Expand Down

0 comments on commit 461f750

Please sign in to comment.