mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add stubbed method for empty library test
This commit is contained in:
parent
510a95f393
commit
46cb7abc04
1 changed files with 3 additions and 1 deletions
|
|
@ -14,6 +14,8 @@ export default {
|
|||
|
||||
export const EmptyLibraryStory: ComponentStory<typeof EmptyLibrary> = (args: any) => {
|
||||
return (
|
||||
<EmptyLibrary />
|
||||
<EmptyLibrary onAddLinkClicked={() => {
|
||||
console.log('onAddLinkClicked')
|
||||
}} />
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue