Add field for title filter on Workouts page in client;

allow for filter submission by pressing "enter" in any of the text inputs
This commit is contained in:
Joshua Taillon
2023-03-18 11:52:17 -06:00
parent 77a8ffa6a9
commit cbc44841d4
2 changed files with 175 additions and 144 deletions

View File

@ -66,6 +66,7 @@ export const workoutsPayloadKeys = [
'duration_from',
'duration_to',
'sport_id',
'title'
]
const getRange = (stop: number, start = 1): number[] => {