1
0
mirror of https://github.com/go-vikunja/app synced 2024-06-02 18:49:47 +00:00

fix: priority not being set in task edit

This commit is contained in:
Benimautner 2022-09-07 20:29:34 +02:00
parent f9c9cdc942
commit bd3539eb7a

View File

@ -60,6 +60,7 @@ class _TaskEditPageState extends State<TaskEditPage> {
}
_labels = widget.task.labels;
_priority = widget.task.priority;
super.initState();
}