fix: update comment

This commit is contained in:
kolaente 2023-01-18 16:17:48 +01:00
parent a734bad5e4
commit 45454060f5
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ const hasProjects = computed(() => namespaceStore.namespaces?.[0]?.projects.leng
const loading = computed(() => taskStore.isLoading)
const deletionScheduledAt = computed(() => parseDateOrNull(authStore.info?.deletionScheduledAt))
// This is to reload the tasks project after adding a new task through the global task add.
// This is to reload the tasks list after adding a new task through the global task add.
// FIXME: Should use pinia (somehow?)
const showTasksKey = ref(0)