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:
parent
d26ecdc12f
commit
50f47f61a5
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue