Skip to content

Commit 2b84758

Browse files
author
FalkWolsky
committed
Cleaning up the AppTypeEnum
1 parent 720f1ec commit 2b84758

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

client/packages/lowcoder/src/constants/applicationConstants.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ export enum AppTypeEnum {
99
Application = 1,
1010
Module = 2,
1111
NavLayout = 3,
12-
// 4 folder, 5 mobile
1312
MobileTabLayout = 6,
13+
// Folder = 4,
14+
// Mobile = 5,
1415
// WorkflowScreen = 7,
15-
// Slide = 8,
16+
// Bundle = 8,
1617
}
1718

1819
export enum ApplicationCategoriesEnum {

0 commit comments

Comments
 (0)