Skip to content

Commit

Permalink
Root project should not be checkable
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn committed Oct 5, 2024
1 parent c145a3a commit 28b4f6f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/containers/apps/AppsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@ class AppsTable extends Component<
title: 'root',
key: ROOT_APPS,
children: root,
checkable: false,
},
]
return root
Expand All @@ -661,7 +662,7 @@ class AppsTable extends Component<
// "event": "select",
// "selected": true,
// "node": {
// "title": "atest",
// "title": "testing",
// "key": "ba0d06ae-d114-4094-a8d3-4bb91d9004bb",
// "expanded": false,
// "selected": false,
Expand All @@ -677,7 +678,7 @@ class AppsTable extends Component<
// },
// "selectedNodes": [
// {
// "title": "atest",
// "title": "testing",
// "key": "ba0d06ae-d114-4094-a8d3-4bb91d9004bb"
// }
// ],
Expand Down

0 comments on commit 28b4f6f

Please sign in to comment.