1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 21:29:42 +02:00

Rename folder/space for all space export

This commit is contained in:
sauls8t 2020-02-03 20:57:36 +00:00
parent d26ecdc12f
commit 50f47f61a5

View file

@ -82,7 +82,7 @@ export default Component.extend(Notifier, Modals, {
onExport() { onExport() {
let spec = { let spec = {
spaceId: '', spaceId: '',
data: _.map(this.get('folders'), 'id'), data: _.map(this.get('spaces'), 'id'),
filterType: 'space', filterType: 'space',
}; };