New Prio selector

This commit is contained in:
2020-07-02 09:25:54 +02:00
parent 1c858b1529
commit 5db11cc276
2 changed files with 11 additions and 7 deletions

View File

@@ -112,4 +112,8 @@ export class TaskFormComponent implements OnInit {
}
});
}
public getAllPriorities(): string[] {
return Object.values(Priority);
}
}