Skip to content

Commit

Permalink
fix: set max healthcheck rounds
Browse files Browse the repository at this point in the history
Fixes #2234
  • Loading branch information
robertsLando committed Feb 8, 2022
1 parent e2071fe commit 4d775c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/dialogs/DialogHealthCheck.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
hint="Number of rounds to run the health check"
label="Rounds"
min="1"
max="10"
type="number"
persistent-hint
></v-text-field>
Expand Down

0 comments on commit 4d775c7

Please sign in to comment.