Skip to content

Commit

Permalink
Merge branch 'develop' into delete-account-config-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Azanul authored Nov 18, 2024
2 parents 7f826e4 + 21d724f commit 1d17c11
Show file tree
Hide file tree
Showing 16 changed files with 984 additions and 2,865 deletions.
4 changes: 1 addition & 3 deletions dashboard/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ const config: StorybookConfig = {
name: '@storybook/nextjs',
options: {}
},
docs: {
autodocs: 'tag'
}
docs: {}
};
export default config;
4 changes: 1 addition & 3 deletions dashboard/components/card/Card.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ const meta: Meta<typeof Card> = {
component: Card,
tags: ['autodocs'],
argTypes: {
icon: {
control: 'hidden'
}
icon: {}
}
};

Expand Down
4 changes: 1 addition & 3 deletions dashboard/components/card/CardSkeleton.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ const meta: Meta<typeof CardSkeleton> = {
component: CardSkeleton,
tags: ['autodocs'],
argTypes: {
icon: {
control: 'hidden'
}
icon: {}
}
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ const meta: Meta<typeof DashboardCloudMap> = {
component: DashboardCloudMap,
tags: ['autodocs'],
argTypes: {
data: {
control: 'hidden'
}
data: {}
}
};

Expand Down
4 changes: 1 addition & 3 deletions dashboard/components/empty-state/EmptyState.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ const meta: Meta<typeof EmptyState> = {
component: EmptyState,
tags: ['autodocs'],
argTypes: {
action: {
control: 'hide'
}
action: {}
}
};

Expand Down
4 changes: 1 addition & 3 deletions dashboard/components/error-state/ErrorState.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ const meta: Meta<typeof ErrorState> = {
component: ErrorState,
tags: ['autodocs'],
argTypes: {
action: {
control: 'hide'
}
action: {}
}
};

Expand Down
2 changes: 1 addition & 1 deletion dashboard/components/modal/Modal.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const meta: Meta<typeof Modal> = {
control: 'boolean'
},
children: {
control: 'string'
control: 'text'
}
}
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@ const meta: Meta<typeof SelectCheckbox> = {
component: SelectCheckbox,
tags: ['autodocs'],
argTypes: {
exclude: {
control: 'hidden'
},
setExclude: {
control: 'hidden'
}
exclude: {},
setExclude: {}
}
};

Expand Down
Loading

0 comments on commit 1d17c11

Please sign in to comment.