Skip to content
Snippets Groups Projects
Commit 2cd08184 authored by Glenn Fischer's avatar Glenn Fischer
Browse files

#1874 removes ids from ErrorDialog

parent ce3bf9b2
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,8 @@ export class ErrorDialog extends Component {
return (
<div>
{ hasError && (
<Dialog id="workspace-settings" onClose={() => removeError(error.id)} open={hasError}>
<DialogTitle id="form-dialog-title">{t('errorDialogTitle')}</DialogTitle>
<Dialog onClose={() => removeError(error.id)} open={hasError}>
<DialogTitle>{t('errorDialogTitle')}</DialogTitle>
<DialogContent>
<Typography variant="body2" noWrap color="inherit">
{error.message}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment