Fix "create new list" and import buttons on home page

This commit is contained in:
kolaente 2021-04-15 17:21:20 +02:00
parent 30067935d1
commit 2f213beb03
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,10 @@
<p class="mt-4" v-if="migratorsEnabled">
Or import your lists and tasks from other services into Vikunja:
</p>
<x-button :to="{ name: 'migrate.start' }" :shadow="false">
<x-button
v-if="migratorsEnabled"
:to="{ name: 'migrate.start' }"
:shadow="false">
Import your data into Vikunja
</x-button>
</template>