Skip to content

Commit

Permalink
removing type from classes (#15862)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar authored Jan 8, 2018
1 parent 4634aa6 commit a0ad81d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class VisualizeEmbeddableFactory extends EmbeddableFactory {
uiState: uiState,
// Append visualization to container instead of replacing its content
append: true,
cssClass: `panel-content ${savedObject.vis.type.name}`,
cssClass: `panel-content`,
// The chrome is permanently hidden in "embed mode" in which case we don't want to show the spy pane, since
// we deem that situation to be more public facing and want to hide more detailed information.
showSpyPanel: !chrome.getIsChromePermanentlyHidden(),
Expand Down

0 comments on commit a0ad81d

Please sign in to comment.