Merge pull request #15592 from overleaf/td-ide-page-more-modals
React IDE page: add out-of-sync modal and project deleted modal GitOrigin-RevId: 6081a40c3009e8ebc5b3f9752c4059af3d52966d
This commit is contained in:
@@ -21,7 +21,7 @@ export function Alerts() {
|
||||
return (
|
||||
<div className="global-alerts">
|
||||
{connectionState.forceDisconnected ? (
|
||||
<Alert bsStyle="warning" className="small">
|
||||
<Alert bsStyle="danger" className="small">
|
||||
<strong>{t('disconnected')}</strong>
|
||||
</Alert>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user