TODO: replace parseDynamicSortBy
This commit is contained in:
parent
18d3646315
commit
42f6e0b22d
@ -7,6 +7,7 @@
|
||||
* @returns {object}
|
||||
*/
|
||||
export function parseDynamicSortBy(SortField: string, Order: string) {
|
||||
// TODO: { [value.sort.toString()]: value.order.toString() }
|
||||
return JSON.parse(`{ "${SortField}": "${Order}" }`);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user