Skip to content

Commit

Permalink
Merge pull request #1378 from lowcoder-org/feature-applicationType
Browse files Browse the repository at this point in the history
Fixed app type.
  • Loading branch information
FalkWolsky authored Dec 5, 2024
2 parents ac6aa91 + efef81c commit 73c39e8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions client/packages/lowcoder/src/util/pagination/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ type ApplicationType = {
};

export const ApplicationPaginationType: ApplicationType = {
0: "",
0: "ALL",
1: "APPLICATION",
2: "MODULE",
3: "NAVLAYOUT",
3: "NAVIGATION",
4: "FOLDER",
6: "MOBILETABLAYOUT",
7: "COMPOUND_APPLICATION",
6: "MOBILE_TAB_LAYOUT", //mobile navigation.
7: "NAV_LAYOUT", //pc navigation
8: "BUNDLE"
};

export interface GenericApiPaginationResponse<T> {
Expand Down

0 comments on commit 73c39e8

Please sign in to comment.