Skip to content

Commit

Permalink
fix: Don't require name prop in NcListItem
Browse files Browse the repository at this point in the history
As it is only required if the slot is missing.

Signed-off-by: Louis <[email protected]>
  • Loading branch information
artonge authored Oct 2, 2024
1 parent eed9530 commit 9b85c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcListItem/NcListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ export default {
*/
name: {
type: String,
required: true,
default: undefined,
},

/**
Expand Down

0 comments on commit 9b85c45

Please sign in to comment.