Skip to content

Commit 32eb0f2

Browse files
author
onesine
committed
Remove default select
1 parent cd221d0 commit 32eb0f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/constants/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ export const menu = [
22
{
33
type: "group",
44
title: "Group 1",
5-
isActive: true,
5+
// isActive: true,
66
submenu: [
77
{
88
type: "group",
99
title: "Sub Group 1",
10-
isActive: true,
10+
// isActive: true,
1111
submenu: [
1212
{
1313
type: "image",

0 commit comments

Comments
 (0)