Dropdown menu refactors

This commit is contained in:
Tom Moor
2017-09-09 22:12:59 -07:00
parent c919e51ce6
commit fff8e7ad41
12 changed files with 221 additions and 130 deletions

View File

@ -32,6 +32,10 @@ class Collection extends BaseModel {
: this.url;
}
@computed get allowDelete(): boolean {
return true;
}
/* Actions */
@action fetch = async () => {