Skip to content

Commit 9c8e600

Browse files
Fixed issue #22639
1 parent c6b1e10 commit 9c8e600

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Attributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ private function customizeAttributesGrid(array $meta)
309309
'immediateUpdateBySelection' => true,
310310
'behaviourType' => 'edit',
311311
'externalFilterMode' => true,
312-
'dataLinks' => ['imports' => false, 'exports' => true],
312+
'dataLinks' => ['imports' => false, 'exports' => false],
313313
'formProvider' => 'ns = ${ $.namespace }, index = product_form',
314314
'groupCode' => static::GROUP_CODE,
315315
'groupName' => static::GROUP_NAME,

0 commit comments

Comments
 (0)