diff --git a/packages/web/stories/EmptyLibrary.stories.tsx b/packages/web/stories/EmptyLibrary.stories.tsx index 4a04f23fe..68104a528 100644 --- a/packages/web/stories/EmptyLibrary.stories.tsx +++ b/packages/web/stories/EmptyLibrary.stories.tsx @@ -14,6 +14,8 @@ export default { export const EmptyLibraryStory: ComponentStory = (args: any) => { return ( - + { + console.log('onAddLinkClicked') + }} /> ) }