mirror of
https://github.com/apache/superset.git
synced 2026-04-26 19:44:58 +00:00
feat: Implement using Playwright for taking screenshots in reports (#25247)
This commit is contained in:
committed by
GitHub
parent
53013395d7
commit
ff95d0face
@@ -181,6 +181,7 @@ export default function ErrorAlert({
|
||||
level={level}
|
||||
show={isModalOpen}
|
||||
onHide={() => setIsModalOpen(false)}
|
||||
destroyOnClose
|
||||
title={
|
||||
<div className="header">
|
||||
{level === 'error' ? (
|
||||
|
||||
Reference in New Issue
Block a user