Skip to content

Commit

Permalink
[dashboard] should use forceV2Edit property name (apache#5362)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo committed Jul 9, 2018
1 parent a17f714 commit 6b15592
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -144,7 +144,7 @@ class Controls extends React.PureComponent {
}
/>
{dashboard.dash_save_perm &&
dashboard.force_v2_edit &&
!dashboard.forceV2Edit &&
<SaveModal
dashboard={dashboard}
filters={filters}
Expand Down

0 comments on commit 6b15592

Please sign in to comment.