feat: Header for help-center pages (#4987)

This commit is contained in:
Sivin Varghese 2022-07-08 21:19:19 +05:30 committed by GitHub
parent 1bb9556c86
commit 43f46e96d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 448 additions and 11 deletions

View file

@ -33,7 +33,7 @@ const Template = (args, { argTypes }) => ({
'<label-dropdown-item v-bind="$props" @click="onClick"></label-dropdown-item>',
});
export const item = Template.bind({});
item.args = {
export const Item = Template.bind({});
Item.args = {
onClick: action('Selected'),
};