Skip to content

Commit

Permalink
fix: pr suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Vaibhav Raj Singh <[email protected]>
  • Loading branch information
kaiarrowood and vaibhavrajsingh2001 authored Dec 17, 2024
1 parent 053c286 commit a89c341
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ If provided, will show the Learning Hub button for the entity.

#### `features`

- type: `Array as PropType<EmptyStateFeature[]>`
- type: `Array<EmptyStateFeature>`
- default: `[]`

If provided, will display card for each feature of that entity, along with an icon slot, a title, and a short description.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ const features = [
}, {
title: 'Third ',
description: 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Id quidem aperiam similique vitae beatae',
// }, {
// title: 'Fourth',
// description: 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Id quidem aperiam similique vitae beatae',
},
]
</script>

0 comments on commit a89c341

Please sign in to comment.