@ -48,7 +48,6 @@ export class FileChooserModel extends Model {
})
.map((item) => ({
...item,
text: item.id,
value: prefix + item.path,
open: item.id === root || BI.isKey(keyword),
}));