Dropdown menu refactors
This commit is contained in:
@ -32,6 +32,10 @@ class Collection extends BaseModel {
|
||||
: this.url;
|
||||
}
|
||||
|
||||
@computed get allowDelete(): boolean {
|
||||
return true;
|
||||
}
|
||||
|
||||
/* Actions */
|
||||
|
||||
@action fetch = async () => {
|
||||
|
Reference in New Issue
Block a user