mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set empty library layout type in story
This commit is contained in:
parent
878d106338
commit
927fdc8fb8
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ export const EmptyLibraryStory: ComponentStory<typeof EmptyLibrary> = (
|
|||
) => {
|
||||
return (
|
||||
<EmptyLibrary
|
||||
layoutType="GRID_LAYOUT"
|
||||
searchTerm=""
|
||||
onAddLinkClicked={() => {
|
||||
console.log('onAddLinkClicked')
|
||||
|
|
|
|||
Loading…
Reference in a new issue