Skip to content

Commit

Permalink
feat: remove unnecessary props in story
Browse files Browse the repository at this point in the history
  • Loading branch information
OlkaB committed Aug 15, 2023
1 parent 7cae62b commit 6d2e5b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/CvTextArea/CvTextAreaSkeleton.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ export default {
};

const template = `<cv-text-area-skeleton></cv-text-area-skeleton>`;
const Template = (args, { argTypes }) => {
const Template = args => {
return {
props: Object.keys(argTypes),
components: { CvTextAreaSkeleton },
template,
setup() {
Expand Down

0 comments on commit 6d2e5b3

Please sign in to comment.