mirror of
https://github.com/apache/superset.git
synced 2026-04-27 12:05:24 +00:00
fix: Broken splitter in sql lab and some minor visual fixes (#35416)
This commit is contained in:
committed by
GitHub
parent
bf88d9bb1c
commit
88e5581d04
@@ -100,6 +100,7 @@ export const ErrorAlert: React.FC<ErrorAlertProps> = ({
|
||||
</span>
|
||||
</div>
|
||||
)}
|
||||
{children}
|
||||
</div>
|
||||
);
|
||||
const renderAlert = (closable: boolean) => (
|
||||
@@ -129,7 +130,6 @@ export const ErrorAlert: React.FC<ErrorAlertProps> = ({
|
||||
footer={null}
|
||||
>
|
||||
{renderAlert(false)}
|
||||
{children}
|
||||
</Modal>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user