fix(ui): change assist stats to ee
This commit is contained in:
parent
50f706db13
commit
54dff94d2c
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ export const categories: Category[] = [
|
|||
items: [
|
||||
{ label: 'Cobrowse', key: MENU.LIVE_SESSIONS, icon: 'broadcast' },
|
||||
{ label: 'Recordings', key: MENU.RECORDINGS, icon: 'record-btn', isEnterprise: true },
|
||||
{ label: 'Stats', key: MENU.STATS, icon: 'file-bar-graph' },
|
||||
{ label: 'Stats', key: MENU.STATS, icon: 'file-bar-graph', isEnterprise: true },
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue