diff --git a/src/components/ErrorDialog.js b/src/components/ErrorDialog.js
index d302ac9af6357da85c59f077626a74afe6298190..d2d6eff2565bbeb4ef4bb3d6003dfa77b427af43 100644
--- a/src/components/ErrorDialog.js
+++ b/src/components/ErrorDialog.js
@@ -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}