File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
gui/src/components/Controls Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import './Controls.css';
28
28
29
29
// Suggested actions for certain errors
30
30
const ERROR_TYPE_MAP = {
31
- 'sign-out' : [ 'NetworkLicensingError' , 'EntitlementError' ] ,
31
+ 'sign-out' : [ 'NetworkLicensingError' , 'EntitlementError' , 'UIVisibleFatalError' ] ,
32
32
'restart' : [ 'OnlineLicensingError' ]
33
33
} ;
34
34
@@ -157,7 +157,7 @@ function Controls({
157
157
data-testid = 'unsetLicensingBtn'
158
158
className = { getBtnClass ( 'sign-out' ) }
159
159
onClick = { ( ) => callback ( Confirmations . SIGN_OUT ) }
160
- disabled = { ! canResetLicensing || ( authEnabled && ! isAuthenticated ) || ( licensingIsMhlm && ! isEntitled ) }
160
+ disabled = { ! canResetLicensing || ( authEnabled && ! isAuthenticated ) }
161
161
data-for = "control-button-tooltip"
162
162
data-tip = { licensingData . dataTip }
163
163
>
You can’t perform that action at this time.
0 commit comments