feat(v4): Auto-navigate to first menu item on group menu open(#10350)
Ensures users are seamlessly directed to the first available menu item upon opening a group, improving UX by reducing unnecessary clicks. This change enhances navigation flow within groups. Co-authored-by: Pranav <pranavrajs@gmail.com>
This commit is contained in:
@@ -5,7 +5,7 @@ import {
|
||||
CONTACT_PERMISSIONS,
|
||||
} from 'dashboard/constants/permissions.js';
|
||||
|
||||
const SearchView = () => import('./components/SearchView.vue');
|
||||
import SearchView from './components/SearchView.vue';
|
||||
|
||||
export const routes = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user