Set empty library layout type in story
This commit is contained in:
@ -17,6 +17,7 @@ export const EmptyLibraryStory: ComponentStory<typeof EmptyLibrary> = (
|
||||
) => {
|
||||
return (
|
||||
<EmptyLibrary
|
||||
layoutType="GRID_LAYOUT"
|
||||
searchTerm=""
|
||||
onAddLinkClicked={() => {
|
||||
console.log('onAddLinkClicked')
|
||||
|
||||
Reference in New Issue
Block a user