fix(ui): assist reports module check
This commit is contained in:
parent
4ad2657cd9
commit
bde612f430
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ function AssistSearchField(props: Props) {
|
|||
{props.isEnterprise && props.modules.includes(MODULES.OFFLINE_RECORDINGS)
|
||||
? <Button type="primary" ghost onClick={showRecords}>Training Videos</Button> : null
|
||||
}
|
||||
<Button type="primary" ghost onClick={showStats} disabled={!props.modules.includes(MODULES.ASSIST_STATS) || !props.modules.includes(MODULES.ASSIST)}>Co-Browsing Reports</Button>
|
||||
<Button type="primary" ghost onClick={showStats} disabled={props.modules.includes(MODULES.ASSIST_STATS) || props.modules.includes(MODULES.ASSIST)}>Co-Browsing Reports</Button>
|
||||
<Button
|
||||
type="link"
|
||||
className="ml-auto font-medium"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue