mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-07-04 21:06:27 +08:00
This pull request includes several changes to the `DropdownItem.vue` and `SidebarProfileMenu.vue` components to improve the handling of links. Earlier we passed the link `/super_admin` to RouterLink directly, which would trigger validations internally and the dropdown item would not render in case of any errors. This PR fixes this by handling the native links appropriately Fixes #10571 |
||
|---|---|---|
| .. | ||
| ChannelLeaf.vue | ||
| provider.js | ||
| Sidebar.vue | ||
| SidebarAccountSwitcher.vue | ||
| SidebarGroup.vue | ||
| SidebarGroupEmptyLeaf.vue | ||
| SidebarGroupHeader.vue | ||
| SidebarGroupLeaf.vue | ||
| SidebarGroupSeparator.vue | ||
| SidebarNotificationBell.vue | ||
| SidebarProfileMenu.vue | ||
| SidebarProfileMenuStatus.vue | ||
| SidebarSubGroup.vue | ||
| useSidebarKeyboardShortcuts.js | ||