fix: Fixed issue where search button would not show up in Files view

This commit is contained in:
Aman Harwara
2023-01-07 14:50:06 +05:30
parent 371a47d838
commit 340f4f7f09

View File

@@ -321,7 +321,7 @@ const ContentListView = forwardRef<HTMLDivElement, Props>(
addButtonLabel={addButtonLabel}
addNewItem={addNewItem}
isFilesSmartView={isFilesSmartView}
isTableViewEnabled={isTableViewEnabled}
isTableViewEnabled={isTableViewEnabled || isFilesSmartView}
optionsSubtitle={optionsSubtitle}
selectedTag={selectedTag}
filesController={filesController}