fix: Fixed issue where search button would not show up in Files view
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user