fix(task): show related tasks form with shortcut even when there are already other related tasks
Resolves https://github.com/go-vikunja/frontend/issues/122
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
variant="secondary"
|
||||
icon="plus"
|
||||
:shadow="false"
|
||||
id="showRelatedTasksFormButton"
|
||||
/>
|
||||
<transition-group name="fade">
|
||||
<template v-if="editEnabled && showCreate">
|
||||
|
Reference in New Issue
Block a user