fix: Fixed issue where table view would not sort correctly outside of Files view

This commit is contained in:
Aman Harwara
2023-01-18 23:43:51 +05:30
parent 51b8aca8d7
commit 066a0b4c65
2 changed files with 44 additions and 46 deletions

View File

@@ -373,6 +373,7 @@ const ContentListView = forwardRef<HTMLDivElement, Props>(
navigationController={navigationController}
notesController={notesController}
historyModalController={historyModalController}
itemListController={itemListController}
/>
) : (
<ContentList