mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(fe/explore): prevent runtime error when editing Dataset-origin Chart with empty title (#32031)
Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
@@ -167,7 +167,7 @@ export const ExploreChartHeader = ({
|
||||
<>
|
||||
<PageHeaderWithActions
|
||||
editableTitleProps={{
|
||||
title: sliceName,
|
||||
title: sliceName ?? '',
|
||||
canEdit:
|
||||
!slice ||
|
||||
canOverwrite ||
|
||||
|
||||
Reference in New Issue
Block a user