From efef81ca640cdb76b5e06b4f1ab65215dbd71837 Mon Sep 17 00:00:00 2001 From: Imiss-U1025 Date: Thu, 5 Dec 2024 04:52:56 -0500 Subject: [PATCH] Fixed app type. --- client/packages/lowcoder/src/util/pagination/type.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/client/packages/lowcoder/src/util/pagination/type.ts b/client/packages/lowcoder/src/util/pagination/type.ts index f16bfcb80..3c449b7e1 100644 --- a/client/packages/lowcoder/src/util/pagination/type.ts +++ b/client/packages/lowcoder/src/util/pagination/type.ts @@ -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 {