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

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy