remove "more" entry from dashboard

This commit is contained in:
korelstar 2020-12-28 17:04:01 +01:00
parent fbfb7090d8
commit 1315ebdee0
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
<template>
<DashboardWidget :items="items"
:loading="loading"
:show-more-text="t('notes', 'notes')"
:show-more-url="showMoreUrl"
>
<template #default="{ item }">
<DashboardWidgetItem