Fix bug
parent
82eba200d3
commit
04eea50c24
|
@ -64,7 +64,7 @@ class DashboardsPageContents extends Component<Props, State> {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
private renderPanelHeading(): JSX.Element {
|
private get renderPanelHeading(): JSX.Element {
|
||||||
const {onCreateDashboard} = this.props
|
const {onCreateDashboard} = this.props
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue