Set empty library layout type in story

This commit is contained in:
Jackson Harper
2023-08-29 13:35:54 +08:00
parent 878d106338
commit 927fdc8fb8

View File

@ -17,6 +17,7 @@ export const EmptyLibraryStory: ComponentStory<typeof EmptyLibrary> = (
) => {
return (
<EmptyLibrary
layoutType="GRID_LAYOUT"
searchTerm=""
onAddLinkClicked={() => {
console.log('onAddLinkClicked')