change(ui): revert menu disable
This commit is contained in:
parent
5d766b7e2d
commit
b377469cf9
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ function Assist(props: Props) {
|
|||
title="Offline Playback"
|
||||
iconName="file-play"
|
||||
onClick={() => redirect(recordings())}
|
||||
// disabled={!isEnterprise}
|
||||
disabled={!isEnterprise}
|
||||
tooltipTitle={ENTERPRISE_REQUEIRED}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue