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

fix: landing page add task

This commit is contained in:
Paul Nettleton 2022-09-07 12:48:00 -05:00
parent a7be6abd0d
commit 88c785f768

View File

@ -119,6 +119,8 @@ class LandingPageState extends State<LandingPage> with AfterLayoutMixin<LandingP
await globalState.taskService.add(
defaultList!,
Task(
title: title,
dueDate: dueDate,
createdBy: globalState.currentUser!,
listId: defaultList!,
),