app: use name for NcAppNavigationItem

pull/460/head
Varun Patil 2023-02-26 13:52:24 -08:00
parent fd6b7017bd
commit ba42db301c
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
v-for="item in navItems"
:key="item.name"
:to="{ name: item.name }"
:title="item.title"
:name="item.title"
@click="linkClick"
exact
>
@ -24,7 +24,7 @@
<template #footer>
<NcAppNavigationItem
:title="t('memories', 'Settings')"
:name="t('memories', 'Settings')"
@click="showSettings"
>
<CogIcon slot="icon" :size="20" />