Skip to content

Commit

Permalink
chore: added ID in form groups
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Jul 1, 2024
1 parent 66c2865 commit 012cc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/client/components/form/KForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Grouped fields
-->
<template v-for="(group, id) in groups" :key="id">
<q-expansion-item v-show="group.hasFields" icon="las la-file-alt" :group="id">
<q-expansion-item v-show="group.hasFields" icon="las la-file-alt" :group="id" :id="id">
<template v-slot:header>
<!-- Label -->
<q-item-section>
Expand Down

0 comments on commit 012cc9d

Please sign in to comment.