Skip to content

Commit

Permalink
refactor: change name
Browse files Browse the repository at this point in the history
  • Loading branch information
andreadlgdo committed Jun 26, 2024
1 parent 77f6420 commit 2676ca5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
setup(props) {
/** The {@link XEventsTypes} to emit. */
const clickEventsEmit = computed(() => ({
const clickEventsToEmit = computed(() => ({
UserClickedASimpleFilter: props.filter,
...props.clickEvents
}));
Expand All @@ -79,7 +79,7 @@
}));
return {
clickEventsEmit,
clickEventsToEmit,
cssClasses
};
}
Expand Down

0 comments on commit 2676ca5

Please sign in to comment.