feat: Add inline editing support for CRM attributes (#2241)
This commit is contained in:
committed by
GitHub
parent
a216297ce1
commit
627a89faf0
@@ -34,7 +34,7 @@ export default {
|
||||
const Template = (args, { argTypes }) => ({
|
||||
props: Object.keys(argTypes),
|
||||
components: { ContactAttribute },
|
||||
template: '<contact-attribute v-bind="$props" @edit="onEdit" />',
|
||||
template: '<contact-attribute v-bind="$props" @update="onEdit" />',
|
||||
});
|
||||
|
||||
export const DefaultAttribute = Template.bind({});
|
||||
|
||||
Reference in New Issue
Block a user