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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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