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
|
<PageHeaderWithActions
|
||||||
editableTitleProps={{
|
editableTitleProps={{
|
||||||
title: sliceName,
|
title: sliceName ?? '',
|
||||||
canEdit:
|
canEdit:
|
||||||
!slice ||
|
!slice ||
|
||||||
canOverwrite ||
|
canOverwrite ||
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue