[dashboard] should use forceV2Edit property name (#5362)

This commit is contained in:
Grace Guo
2018-07-08 22:11:24 -07:00
committed by GitHub
parent a17f7141b7
commit 6b15592dd0

View File

@@ -144,7 +144,7 @@ class Controls extends React.PureComponent {
}
/>
{dashboard.dash_save_perm &&
dashboard.force_v2_edit &&
!dashboard.forceV2Edit &&
<SaveModal
dashboard={dashboard}
filters={filters}