fix: Broken splitter in sql lab and some minor visual fixes (#35416)

This commit is contained in:
Kamil Gabryjelski
2025-10-01 13:11:50 +02:00
committed by GitHub
parent bf88d9bb1c
commit 88e5581d04
8 changed files with 271 additions and 12 deletions

View File

@@ -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>
</>
);