Bayan Akhmetova

Results 2 issues of Bayan Akhmetova

``` var arrayToTree = require('array-to-tree'); this.axios.get('.../folders/get_list') .then((response)=>{ this.data_to_change = response.data this.data = arrayToTree(this.data_to_change.folder, { parentProperty: 'PARENT', customID: 'ID' }); }) ``` I see the tree, but the parent folder doesn't...

Can you tell me if there are alternative solutions to this problem?