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 = [ ...@@ -22,8 +22,8 @@ export const EpicsSortOptions = [
id: AvailableSortOptions.length + 30, id: AvailableSortOptions.length + 30,
title: __('Title'), title: __('Title'),
sortDirection: { sortDirection: {
descending: 'title_desc', descending: 'TITLE_DESC',
ascending: 'title_asc', 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