Skip to content

Commit 6621db0

Browse files
committed
feat: remove unnecessary sorting controls from ModulesPage for cleaner layout
1 parent f284e86 commit 6621db0

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/packages/ce/src/module/pages/ModulesPage.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,6 @@ export const ModulesPage: React.FC = () => {
6868
Learn how to install plugins
6969
</Button>
7070
</Flex>
71-
<Flex justify={"space-between"} style={{gap: "0.7rem"}} w={"100%"} align={"center"}>
72-
<div style={{width: "100%"}}>
73-
<DataTableFilterInput/>
74-
</div>
75-
<Button color={"secondary"}>
76-
Sort
77-
</Button>
78-
</Flex>
7971
<Spacing spacing={"xl"}/>
8072
<Row key={modules.length}>
8173
{

0 commit comments

Comments
 (0)