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 50e2198 commit a147cb8Copy full SHA for a147cb8
client/packages/lowcoder/src/pages/ApplicationV2/FolderView.tsx
@@ -69,7 +69,7 @@ export function FolderView() {
69
pageSize:pageSize,
70
applicationType: ApplicationPaginationType[typeFilter],
71
name: searchValues,
72
- category: categoryFilter
+ category: categoryFilter === "All" ? "" : categoryFilter
73
}).then(
74
(data: any) => {
75
if (data.success) {
client/packages/lowcoder/src/pages/ApplicationV2/HomeView.tsx
@@ -30,7 +30,7 @@ export function HomeView() {
30
31
32
33
34
35
36
0 commit comments