Fix more minor code issues

This commit is contained in:
Jakob Fahr
2020-07-06 23:06:05 +02:00
parent b27f272719
commit 971994aee0
5 changed files with 44 additions and 35 deletions

View File

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