Skip to content

Commit b78cf35

Browse files
author
Joan He
committed
MAGETWO-90591: Add Selected Button shouldn't be enabled if there are no images available
1 parent b6c47a2 commit b78cf35

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Cms/Block/Adminhtml/Wysiwyg/Images

1 file changed

+1
-1
lines changed

app/code/Magento/Cms/Block/Adminhtml/Wysiwyg/Images/Content.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ protected function _construct()
7878

7979
$this->buttonList->add(
8080
'insert_files',
81-
['class' => 'save no-display primary', 'label' => __('Add Selected'), 'type' => 'button'],
81+
['class' => 'save no-display action-primary', 'label' => __('Add Selected'), 'type' => 'button'],
8282
0,
8383
0,
8484
'header'

0 commit comments

Comments
 (0)