mirror of
https://github.com/apache/superset.git
synced 2026-04-27 03:55:47 +00:00
fix(theming): Fix visual regressions from theming P7 (#34237)
This commit is contained in:
@@ -122,6 +122,7 @@ export const ErrorAlert: React.FC<ErrorAlertProps> = ({
|
||||
</span>
|
||||
</Tooltip>
|
||||
<Modal
|
||||
name={errorType}
|
||||
title={errorType}
|
||||
show={showModal}
|
||||
onHide={() => setShowModal(false)}
|
||||
|
||||
Reference in New Issue
Block a user