Skip to content

Commit efef81c

Browse files
committed
Fixed app type.
1 parent 18e2917 commit efef81c

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

Lines changed: 5 additions & 4 deletions
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)