Commit 33036955 authored by orozot's avatar orozot

Change epic list payload variable to uppercase

Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/351349
Changelog: fixed
EE: true
parent 42da0c81
......@@ -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