Skip to content

Commit de278c8

Browse files
Bartekbarw4
andauthored
EZP-31039: Remove unnecessary sorting params when updating Location priority (#287)
Co-authored-by: Bartek Wajda <[email protected]>
1 parent ce8decc commit de278c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/modules/sub-items/services/sub.items.service.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ export const updateLocationPriority = ({ priority, location, token, siteaccess }
164164
body: JSON.stringify({
165165
LocationUpdate: {
166166
priority: priority,
167-
sortField: 'PATH',
168-
sortOrder: 'ASC',
169167
},
170168
}),
171169
});

0 commit comments

Comments
 (0)