mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 04:27:53 +00:00
feat: Header for help-center pages (#4987)
This commit is contained in:
@@ -13,7 +13,7 @@ const Template = (args, { argTypes }) => ({
|
||||
template: '<customer-satisfaction />',
|
||||
});
|
||||
|
||||
export const item = Template.bind({});
|
||||
item.args = {
|
||||
export const Item = Template.bind({});
|
||||
Item.args = {
|
||||
onClick: action('Selected'),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user