Go to a folder when searched (#68) (#152)

 Go to a folder when searched (#68)
This commit is contained in:
Aymeric
2023-07-26 10:34:01 +02:00
committed by GitHub
parent fa4544be9c
commit e6b2d53dd6
5 changed files with 37 additions and 26 deletions
@@ -11,7 +11,7 @@ export const SearchResultsIndex = () => {
options={{ suppressScrollX: true, suppressScrollY: false }}
component="div"
>
<SearchResulsDriveItems />
<SearchResulsDriveItems/>
</PerfectScrollbar>
</>
);