- team members fix

This commit is contained in:
Čarodej
2022-05-08 10:35:44 +02:00
parent 1331409920
commit 70fe106e45
8 changed files with 24 additions and 4 deletions

View File

@@ -134,7 +134,7 @@
v-model="plan.features.max_team_members"
:placeholder="$t('add_max_team_members')"
type="number"
min="1"
min="-1"
max="999999999"
:class="{ '!border-rose-600': errors[0] }"
class="focus-border-theme input-dark"