diff --git a/public/js/components/filter/Filter.js b/public/js/components/filter/Filter.js index 453face96..2b6a4fe6d 100644 --- a/public/js/components/filter/Filter.js +++ b/public/js/components/filter/Filter.js @@ -39,7 +39,8 @@ export const CoreFilterCmpt = { TableDownload }, emits: [ - 'nwNewEntry' + 'nwNewEntry', + 'click:new' ], props: { onNwNewEntry: Function, // NOTE(chris): Hack to get the nwNewEntry listener into $props