mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-09 06:04:46 +08:00
updated setting url finding
This commit is contained in:
parent
b46f0f8d4b
commit
21a9d0c691
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
<NotificationsFlyout
|
||||
v-if="notificationsOpened"
|
||||
:notificationsUrl="notificationsUrl"
|
||||
:preferencesUrl="this.userMenu[1].url"
|
||||
:preferencesUrl="this.userMenu.find((item) => item.name === i18n.t('users.settings.sidebar.account_nav.preferences'))?.url"
|
||||
:unseenNotificationsCount="unseenNotificationsCount"
|
||||
@update:unseenNotificationsCount="checkUnseenNotifications()"
|
||||
@close="notificationsOpened = false" />
|
||||
|
|
Loading…
Reference in a new issue