Skip to content

Commit 73c39e8

Browse files
authored
Merge pull request #1378 from lowcoder-org/feature-applicationType
Fixed app type.
2 parents ac6aa91 + efef81c commit 73c39e8

File tree

1 file changed

+5
-4
lines changed
  • client/packages/lowcoder/src/util/pagination

1 file changed

+5
-4
lines changed

client/packages/lowcoder/src/util/pagination/type.ts

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ type ApplicationType = {
55
};
66

77
export const ApplicationPaginationType: ApplicationType = {
8-
0: "",
8+
0: "ALL",
99
1: "APPLICATION",
1010
2: "MODULE",
11-
3: "NAVLAYOUT",
11+
3: "NAVIGATION",
1212
4: "FOLDER",
13-
6: "MOBILETABLAYOUT",
14-
7: "COMPOUND_APPLICATION",
13+
6: "MOBILE_TAB_LAYOUT", //mobile navigation.
14+
7: "NAV_LAYOUT", //pc navigation
15+
8: "BUNDLE"
1516
};
1617

1718
export interface GenericApiPaginationResponse<T> {

0 commit comments

Comments
 (0)