Skip to content
Snippets Groups Projects
Unverified Commit 5d4f4c0a authored by Anton Kulyk's avatar Anton Kulyk Committed by GitHub
Browse files

Fix `is_app_page` prop usage (#25096)

parent 122fb292
No related merge requests found
......@@ -238,7 +238,7 @@ export default class DashCard extends Component {
headerIcon={headerIcon}
errorIcon={errorIcon}
isSlow={isSlow}
isDataApp={dashboard.is_data_app}
isDataApp={dashboard.is_app_page}
expectedDuration={expectedDuration}
rawSeries={series}
showTitle={!dashboard.is_app_page}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment