Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 326d27e commit 9fcd924Copy full SHA for 9fcd924
‎client/packages/lowcoder/src/pages/ApplicationV2/HomeLayout.tsx
@@ -551,6 +551,16 @@ export function HomeLayout(props: HomeLayoutProps) {
551
getPopupContainer={(node: any) => node}
552
suffixIcon={<ArrowSolidIcon />} />
553
)}
554
+ {mode === "view" &&
555
+ <FilterDropdown
556
+ style={{ minWidth: "220px" }}
557
+ variant="borderless"
558
+ value={categoryFilter}
559
+ onChange={(value: any) => setCategoryFilter(value as ApplicationCategoriesEnum)}
560
+ options={categoryOptions}
561
+ // getPopupContainer={(node) => node}
562
+ suffixIcon={<ArrowSolidIcon />}
563
+ />}
564
{mode === "marketplace" && (
565
<FilterDropdown
566
style={{ minWidth: "220px" }}
0 commit comments