This is an automated email from the ASF dual-hosted git repository. amitmiran pushed a commit to branch 1.3 in repository https://gitbox.apache.org/repos/asf/superset.git
commit 44b1f53a6273bf2ca3f2ba57ae11a5ea0fa88591 Author: krsnik93 <[email protected]> AuthorDate: Tue Jun 29 09:42:28 2021 +0100 fix: add dashboard markdown id (#15418) Co-authored-by: root <[email protected]> (cherry picked from commit b8f4e7d093ea38b075a5d8ebded745cfd81a426c) --- superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx b/superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx index 1170bf2..1465b92 100644 --- a/superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx +++ b/superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx @@ -326,6 +326,7 @@ class Markdown extends React.PureComponent { 'dashboard-markdown', isEditing && 'dashboard-markdown--editing', )} + id={component.id} > <ResizableContainer id={component.id}
