Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
| 123456789101112131415 |
- import React from 'react';
-
- import AlertDialog from '../../../base/dialog/components/native/AlertDialog';
-
- /**
- * Dialog to inform the user that we couldn't load the whiteboard.
- *
- * @returns {JSX.Element}
- */
- const WhiteboardErrorDialog = () => (
- <AlertDialog
- contentKey = 'info.whiteboardError' />
- );
-
- export default WhiteboardErrorDialog;
|