diff --git a/packages/entities/entities-shared/docs/entity-empty-state.md b/packages/entities/entities-shared/docs/entity-empty-state.md index cbc673b8e6..b67f6ef604 100644 --- a/packages/entities/entities-shared/docs/entity-empty-state.md +++ b/packages/entities/entities-shared/docs/entity-empty-state.md @@ -59,7 +59,7 @@ If provided, will show the Learning Hub button for the entity. #### `features` -- type: `Array as PropType` +- type: `Array` - default: `[]` If provided, will display card for each feature of that entity, along with an icon slot, a title, and a short description. diff --git a/packages/entities/entities-shared/sandbox/pages/EntityEmptyStatePage.vue b/packages/entities/entities-shared/sandbox/pages/EntityEmptyStatePage.vue index c066150fe1..54dc74b6a4 100644 --- a/packages/entities/entities-shared/sandbox/pages/EntityEmptyStatePage.vue +++ b/packages/entities/entities-shared/sandbox/pages/EntityEmptyStatePage.vue @@ -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', }, ]