Skip to content

Commit

Permalink
fixed the rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbeckett committed Dec 23, 2024
1 parent 14361b7 commit 8510a05
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
:disabled="isLocked"
variant="outlined"
required
:rules="[...rules.required]"
:rules="rules.required"
label="Mailing Address"
/>
</v-col>
Expand Down Expand Up @@ -163,7 +163,7 @@
:disabled="isLocked"
variant="outlined"
required
:rules="[...rules.required]"
:rules="rules.required"
label="Organization Contact Name"
/>
</v-col>
Expand All @@ -173,7 +173,7 @@
:disabled="isLocked"
variant="outlined"
required
:rules="[...rules.required]"
:rules="rules.required"
label="Position"
/>
</v-col>
Expand Down

0 comments on commit 8510a05

Please sign in to comment.