Skip to content

Commit

Permalink
fix: fix conversation list prop (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliano176 authored Jul 3, 2023
1 parent a5c0cd9 commit 69fc298
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const ConversationListItemComponent: FC<ConversationListItemComponentProp
draggedIds={draggedIds}
selectedItems={selectedItems}
dragImageRef={dragImageRef}
isSearchModule
isSearchModule={isSearchModule}
isConvChildren
deselectAll={deselectAll}
folderId={folderId}
Expand Down

0 comments on commit 69fc298

Please sign in to comment.