Skip to content

Commit

Permalink
EW-792: Empty classNames no longer causes error. (#3140)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkreuzkam-cap authored Mar 12, 2024
1 parent 20a77ee commit 05875b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/organisms/administration/ImportUsers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</template>

<template #[`item.classNames`]="{ item }">
{{ item.classNames.join(", ") }}
{{ item.classNames?.join(", ") }}
</template>

<template #[`item.match`]="{ item }">
Expand Down

0 comments on commit 05875b2

Please sign in to comment.