Skip to content

Commit

Permalink
fix: restored IDs in KTab
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Aug 14, 2024
1 parent 204e4a3 commit e888a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/client/components/KTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class="full-width text-primary"
>
<template v-for="(tab, index) in tabs" :key="tab">
<q-tab :name="tab" :label="getLabel(index) || tab" />
<q-tab :name="tab" :id="tab" :label="getLabel(index) || tab" />
</template>
</q-tabs>
<q-separator />
Expand Down

0 comments on commit e888a69

Please sign in to comment.