Add quotes to projects
This commit is contained in:
parent
3a421a824e
commit
3a899a04a6
|
|
@ -131,6 +131,7 @@ class EntityType extends EnumClass {
|
|||
EntityType.task,
|
||||
EntityType.expense,
|
||||
EntityType.invoice,
|
||||
EntityType.quote,
|
||||
];
|
||||
case EntityType.group:
|
||||
return [
|
||||
|
|
|
|||
Loading…
Reference in New Issue