WIP: Collection home
This commit is contained in:
@ -39,6 +39,11 @@ class Collection extends BaseModel {
|
||||
return true;
|
||||
}
|
||||
|
||||
@computed
|
||||
get isEmpty(): boolean {
|
||||
return this.documents.length === 0;
|
||||
}
|
||||
|
||||
/* Actions */
|
||||
|
||||
@action
|
||||
|
Reference in New Issue
Block a user