feat(ErrorBlock): add centered modal display for error details
- Updated the ErrorBlock component to include a centered modal for displaying error details, enhancing the user interface and accessibility of error information.
This commit is contained in:
@@ -181,6 +181,7 @@ ${t('error.stack')}: ${error.stack || 'N/A'}
|
||||
|
||||
return (
|
||||
<Modal
|
||||
centered
|
||||
title={t('error.detail')}
|
||||
open={open}
|
||||
onCancel={onClose}
|
||||
|
||||
Reference in New Issue
Block a user