Skip to content

Commit

Permalink
fix(fe/explore): prevent runtime error when editing Dataset-origin Ch…
Browse files Browse the repository at this point in the history
…art with empty title (#32031)

Signed-off-by: hainenber <[email protected]>
  • Loading branch information
hainenber authored Jan 30, 2025
1 parent 568f6d9 commit aa67525
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const ExploreChartHeader = ({
<>
<PageHeaderWithActions
editableTitleProps={{
title: sliceName,
title: sliceName ?? '',
canEdit:
!slice ||
canOverwrite ||
Expand Down

0 comments on commit aa67525

Please sign in to comment.