Skip to content

Commit fb8f746

Browse files
author
Eugene Tupikov
committed
small fix
1 parent 8a42129 commit fb8f746

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

MultipleInput.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,9 @@ private function getRowTemplate()
194194
'tagName' => 'div',
195195
'encodeLabel' => false,
196196
'label' => Html::tag('i', null, ['class' => 'glyphicon glyphicon-{btn_action}']),
197-
'type' => '{btn_type}',
198197
'options' => [
199198
'id' => $this->getElementId('button'),
200-
'class' => "multiple-input-list__btn btn js-input-{btn_action}",
199+
'class' => "{btn_type} multiple-input-list__btn btn js-input-{btn_action}",
201200
]
202201
]
203202
);

0 commit comments

Comments
 (0)