Implement list control with fields

This commit is contained in:
Mathias Biilmann Christensen
2016-10-28 19:13:26 +02:00
parent 86e3aed065
commit 13cbf21159
4 changed files with 210 additions and 7 deletions

View File

@ -39,7 +39,7 @@ class FolderCollection {
}
templateName() {
return this.props.collection.get('name');
return this.collection.get('name');
}
}