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 5691e1e commit 00f24c3Copy full SHA for 00f24c3
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