@ -43,8 +43,9 @@ export class FileChooserModel extends Model {
this.model.items = data
.concat({
id: root,
text: root,
text: prefix + root,
value: prefix + root,
isParent: true,
})
.map((item) => ({
...item,