fix: Fixed issue where table view would not sort correctly outside of Files view
This commit is contained in:
@@ -373,6 +373,7 @@ const ContentListView = forwardRef<HTMLDivElement, Props>(
|
||||
navigationController={navigationController}
|
||||
notesController={notesController}
|
||||
historyModalController={historyModalController}
|
||||
itemListController={itemListController}
|
||||
/>
|
||||
) : (
|
||||
<ContentList
|
||||
|
||||
Reference in New Issue
Block a user