Skip to content

Commit

Permalink
Hide panel titles in edit mode too
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon committed Nov 20, 2017
1 parent c4be445 commit 8e2b303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function PanelHeader({ title, actions, isViewOnlyMode, hidePanelTitles })
title={title}
aria-label={`Dashboard panel: ${title}`}
>
{title}
{hidePanelTitles ? '' : title}
</span>

<div className="kuiMicroButtonGroup">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2 class="kuiLocalDropdownTitle">
data-test-subj="dashboardPanelTitlesCheckbox"
>
<span class="kuiCheckBoxLabel__text">
Hide all panel titles in view mode
Hide all panel titles
</span>
</label>
</div>
Expand Down

0 comments on commit 8e2b303

Please sign in to comment.