Commit b5484949 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '351349-epic-list-throw-an-error-when-sort-by-title' into 'master'

Change epic list payload variable to uppercase

See merge request gitlab-org/gitlab!79359
parents bf33d5e5 33036955
......@@ -22,8 +22,8 @@ export const EpicsSortOptions = [
id: AvailableSortOptions.length + 30,
title: __('Title'),
sortDirection: {
descending: 'title_desc',
ascending: 'title_asc',
descending: 'TITLE_DESC',
ascending: 'TITLE_ASC',
},
},
];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment