File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
app/code/Magento/GroupedProduct/Ui/DataProvider/Product/Form/Modifier Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -414,15 +414,17 @@ protected function getButtonSet()
414
414
'component ' => 'Magento_Ui/js/form/components/button ' ,
415
415
'actions ' => [
416
416
[
417
- 'targetName ' => $ this ->uiComponentsConfig ['form ' ] . '. ' . $ this ->uiComponentsConfig ['form ' ]
417
+ 'targetName ' => $ this ->uiComponentsConfig ['form ' ] .
418
+ '. ' . $ this ->uiComponentsConfig ['form ' ]
418
419
. '. '
419
420
. static ::GROUP_GROUPED
420
421
. '. '
421
422
. $ this ->uiComponentsConfig ['modal ' ],
422
423
'actionName ' => 'openModal ' ,
423
424
],
424
425
[
425
- 'targetName ' => $ this ->uiComponentsConfig ['form ' ] . '. ' . $ this ->uiComponentsConfig ['form ' ]
426
+ 'targetName ' => $ this ->uiComponentsConfig ['form ' ] .
427
+ '. ' . $ this ->uiComponentsConfig ['form ' ]
426
428
. '. '
427
429
. static ::GROUP_GROUPED
428
430
. '. '
You can’t perform that action at this time.
0 commit comments