Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitefef81c

Browse files
committed
Fixed app type.
1 parent18e2917 commitefef81c

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
exportconstApplicationPaginationType: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
exportinterfaceGenericApiPaginationResponse<T>{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp