This is an automated email from the ASF dual-hosted git repository.

michael-s-molina pushed a commit to branch 6.2
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 7077ced9707b633c0db8bebb2c74f8e2c50e94d6
Author: Luiz Otavio <[email protected]>
AuthorDate: Fri Jun 26 16:38:30 2026 -0300

    fix(chart): chart description not showing (#41453)
    
    (cherry picked from commit 834ccf2613dd6bc9fca235c74ea0dd9b30628311)
    (cherry picked from commit 10d3a16e267148ff62c42b21845b1e20dda5c950)
---
 superset-frontend/src/dashboard/actions/hydrate.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/dashboard/actions/hydrate.ts 
b/superset-frontend/src/dashboard/actions/hydrate.ts
index 4639589ec24..5c135d8b8cc 100644
--- a/superset-frontend/src/dashboard/actions/hydrate.ts
+++ b/superset-frontend/src/dashboard/actions/hydrate.ts
@@ -178,7 +178,7 @@ export const hydrateDashboard =
         viz_type: slice.form_data.viz_type,
         datasource: slice.form_data.datasource,
         description: slice.description,
-        description_markeddown: slice.description_markeddown,
+        description_markdown: slice.description_markeddown,
         owners: slice.owners,
         modified: slice.modified,
         changed_on: new Date(slice.changed_on).getTime(),

Reply via email to