Skip to content

Commit

Permalink
Removed Tree component from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandraRamanenka committed Oct 27, 2023
1 parent 9c2febd commit 9a52d51
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions test/forms/helpers/testBasicComponentSettings/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -652,20 +652,6 @@ export default {
"type": "textfield",
"input": true
}]
}, {
"label": "Tree",
"tableView": false,
"key": "tree",
"type": "tree",
"input": true,
"tree": true,
"components": [{
"label": "Text Field Tree",
"tableView": true,
"key": "textFieldTree",
"type": "textfield",
"input": true
}]
}, {
"label": "Upload",
"tableView": false,
Expand Down

0 comments on commit 9a52d51

Please sign in to comment.