Skip to content

Commit e13ce95

Browse files
committed
🔨 Removed checkable property from item schema
1 parent e3db92a commit e13ce95

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export interface TreeViewItem {
4343
children?: TreeViewItem[]
4444
type: string
4545
checkedStatus?: CheckedState,
46-
checkable?: boolean,
4746
name: string,
4847
id: string,
4948
parentId?: string

src/businessLogic/contracts/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ export interface TreeViewItem {
22
children?: TreeViewItem[]
33
type: string
44
checkedStatus?: CheckedState,
5-
checkable?: boolean,
65
name: string,
76
id: string,
87
parentId?: string

0 commit comments

Comments
 (0)