Skip to content

Commit 471770a

Browse files
author
Sergii Kovalenko
committed
MAGETWO-63321: Issue when deleting item from Product options grid containing more than 20 options
1 parent bf45ad2 commit 471770a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/dynamic-rows/dynamic-rows.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ define([
156156
dnd: '${ $.dndConfig.name }'
157157
},
158158
pages: 1,
159-
pageSize: 2,
159+
pageSize: 20,
160160
relatedData: [],
161161
currentPage: 1,
162162
recordDataCache: [],

0 commit comments

Comments
 (0)