Skip to content

Commit

Permalink
Column\MultiAction icon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljanda committed Dec 20, 2016
1 parent b541df1 commit 0873bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Column/MultiAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function renderButton()
->type('button')
->data('toggle', 'dropdown');

$this->tryAddIcon($button, $this->getIcon(), $this->getText());
$this->tryAddIcon($button, $this->getIcon(), $this->getName());

if (!empty($this->attributes)) {
$button->addAttributes($this->attributes);
Expand Down

0 comments on commit 0873bbc

Please sign in to comment.