change(ui): recordings admin only access
This commit is contained in:
parent
d63877de1c
commit
b91d979c98
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ function AssistSearchActions() {
|
|||
{isEnterprise && !modules.includes(MODULES.OFFLINE_RECORDINGS)
|
||||
? <Button type="text" onClick={showRecords}>Training Videos</Button> : null
|
||||
}
|
||||
{isEnterprise && (
|
||||
{isEnterprise && userStore.account?.admin && (
|
||||
<Button type="text" onClick={showStats}
|
||||
disabled={modules.includes(MODULES.ASSIST_STATS) || modules.includes(MODULES.ASSIST)}>
|
||||
Co-Browsing Reports</Button>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue