Implement list control with fields
This commit is contained in:
@ -39,7 +39,7 @@ class FolderCollection {
|
||||
}
|
||||
|
||||
templateName() {
|
||||
return this.props.collection.get('name');
|
||||
return this.collection.get('name');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user