refactor(dev-only): import tools (#2121)
This commit is contained in:
@@ -315,7 +315,7 @@ const ContentListView = forwardRef<HTMLDivElement, Props>(
|
||||
itemListController={itemListController}
|
||||
/>
|
||||
)}
|
||||
{(!isFilesTableViewEnabled || isMobileScreen()) && (
|
||||
{(!shouldShowFilesTableView || isMobileScreen()) && (
|
||||
<SearchBar
|
||||
itemListController={itemListController}
|
||||
searchOptionsController={searchOptionsController}
|
||||
|
||||
Reference in New Issue
Block a user