forked from vikunja/frontend
fix(project): don't try to read title of undefined project
This commit is contained in:
parent
cd820a6cb2
commit
82c9a91d39
@ -3,7 +3,7 @@
|
||||
@close="$router.back()"
|
||||
>
|
||||
<card
|
||||
:title="project.title"
|
||||
:title="project?.title"
|
||||
>
|
||||
<div class="has-text-left" v-html="htmlDescription" v-if="htmlDescription !== ''"></div>
|
||||
<p v-else class="is-italic">
|
||||
|
Loading…
x
Reference in New Issue
Block a user