Add sort options to migration list

This commit is contained in:
schroda
2024-09-30 04:01:23 +02:00
parent c2fbf0253c
commit 6ca16b9449
8 changed files with 174 additions and 21 deletions

View File

@@ -55,7 +55,7 @@ export function Browse() {
<Extensions tabsMenuHeight={tabsMenuHeight} />
</TabPanel>
<TabPanel index={2} currentIndex={tabNum}>
<Migration />
<Migration tabsMenuHeight={tabsMenuHeight} />
</TabPanel>
</TabsWrapper>
);