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';
2828
2929// Suggested actions for certain errors
3030const ERROR_TYPE_MAP = {
31- 'sign-out' : [ 'NetworkLicensingError' , 'EntitlementError' ] ,
31+ 'sign-out' : [ 'NetworkLicensingError' , 'EntitlementError' , 'UIVisibleFatalError' ] ,
3232 'restart' : [ 'OnlineLicensingError' ]
3333} ;
3434
@@ -157,7 +157,7 @@ function Controls({
157157 data-testid = 'unsetLicensingBtn'
158158 className = { getBtnClass ( 'sign-out' ) }
159159 onClick = { ( ) => callback ( Confirmations . SIGN_OUT ) }
160- disabled = { ! canResetLicensing || ( authEnabled && ! isAuthenticated ) || ( licensingIsMhlm && ! isEntitled ) }
160+ disabled = { ! canResetLicensing || ( authEnabled && ! isAuthenticated ) }
161161 data-for = "control-button-tooltip"
162162 data-tip = { licensingData . dataTip }
163163 >
You can’t perform that action at this time.
0 commit comments