Skip to content

Commit 071e0ab

Browse files
committed
Fixed an issue that can not search Navigation.
1 parent 34ce989 commit 071e0ab

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const ApplicationPaginationType: ApplicationType = {
1111
3: "NAVLAYOUT",
1212
4: "FOLDER",
1313
6: "MOBILETABLAYOUT",
14-
7: "NAVIGATION",
14+
7: "COMPOUND_APPLICATION",
1515
};
1616

1717
export interface GenericApiPaginationResponse<T> {

0 commit comments

Comments
 (0)