add a comma
This commit is contained in:
parent
d86b582fad
commit
ff4bcea27c
@ -63,19 +63,19 @@ A prime dashboard based on bootstrap 5
|
||||
"menu" : [
|
||||
{
|
||||
"name" :"Profile",
|
||||
"href" :"/profile"
|
||||
"href" :"/profile",
|
||||
"target":"_self",
|
||||
"roles":[1,2]
|
||||
},
|
||||
{
|
||||
"name" :"Settings",
|
||||
"href" :"/settings"
|
||||
"href" :"/settings",
|
||||
"target":"_self",
|
||||
"roles":[1,2]
|
||||
},
|
||||
{
|
||||
"name" :"Logout",
|
||||
"href" :"/logout"
|
||||
"href" :"/logout",
|
||||
"target":"_self",
|
||||
"roles":[1,2,3]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user