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:
parent
568f6d958b
commit
aa67525b70
|
|
@ -167,7 +167,7 @@ export const ExploreChartHeader = ({
|
|||
<>
|
||||
<PageHeaderWithActions
|
||||
editableTitleProps={{
|
||||
title: sliceName,
|
||||
title: sliceName ?? '',
|
||||
canEdit:
|
||||
!slice ||
|
||||
canOverwrite ||
|
||||
|
|
|
|||
Loading…
Reference in New Issue