fix(ui): change assist stats to ee

This commit is contained in:
nick-delirium 2023-10-30 10:14:50 +01:00
parent 50f706db13
commit 54dff94d2c

View file

@ -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 },
]
},
{