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:
Đỗ Trọng Hải
2025-01-31 01:40:39 +07:00
committed by GitHub
parent 568f6d958b
commit aa67525b70

View File

@@ -167,7 +167,7 @@ export const ExploreChartHeader = ({
<>
<PageHeaderWithActions
editableTitleProps={{
title: sliceName,
title: sliceName ?? '',
canEdit:
!slice ||
canOverwrite ||