Remove bad delete restriction
This commit is contained in:
@@ -33,11 +33,6 @@ class Collection extends BaseModel {
|
||||
: this.url;
|
||||
}
|
||||
|
||||
@computed
|
||||
get allowDelete(): boolean {
|
||||
return true;
|
||||
}
|
||||
|
||||
@computed
|
||||
get isEmpty(): boolean {
|
||||
return this.documents.length === 0;
|
||||
|
||||
Reference in New Issue
Block a user