Skip to content

Commit

Permalink
Merge pull request #120 from IBEC-BOX/forms
Browse files Browse the repository at this point in the history
update forms contacts
  • Loading branch information
Zh3nyaZh3nya authored Apr 18, 2024
2 parents 2889f3d + 1526cad commit 02504f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/runtime/components/Parts/Forms.vue
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@
</template>
</v-checkbox>
</v-form>
<slot name="form-content" />
</div>
<div
v-else
Expand Down Expand Up @@ -453,7 +454,7 @@
v-for="contact in contacts"
:key="contact.title"
cols="12"
sm="6"
:sm="contacts.length % 2 === 0 ? 6 : 12"
lg="12"
class="d-flex "
>
Expand Down

0 comments on commit 02504f9

Please sign in to comment.