From 54dff94d2c61886ceb36004f1a043760ec1c8d14 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Mon, 30 Oct 2023 10:14:50 +0100 Subject: [PATCH] fix(ui): change assist stats to ee --- frontend/app/layout/data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/layout/data.ts b/frontend/app/layout/data.ts index 50f6beb91..e446c2e9b 100644 --- a/frontend/app/layout/data.ts +++ b/frontend/app/layout/data.ts @@ -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 }, ] }, {