Skip to content

Commit

Permalink
Update src/plugins/shared_ux/public/components/page_template/no_data_…
Browse files Browse the repository at this point in the history
…page/no_data_card/no_data_card.stories.tsx

Co-authored-by: Caroline Horn <[email protected]>
  • Loading branch information
Maja Grubic and cchaos authored Mar 9, 2022
1 parent 346ec1f commit 6e3679b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type Params = Pick<NoDataCardProps, 'recommended' | 'button' | 'description'>;
export const PureComponent = (params: Params) => {
return (
<div style={{ width: '50%' }}>
<NoDataCard title={'You have no data'} {...params} />
<NoDataCard title={'Add data'} {...params} />
</div>
);
};
Expand Down

0 comments on commit 6e3679b

Please sign in to comment.