-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(replay): Fix replay duration filter not including unit suffix (#8…
…1883) Fixes an issue in the replays index where adding a "duration" filter creates an invalid search query due to leaving out the duration unit in the filter value. This PR changes the `NumericDropdownFilter` to accept a `formatter` prop to format the value when creating the query string. https://github.com/user-attachments/assets/6c394e3c-3bea-4cb0-bfed-1468cc545aee Closes #81424
- Loading branch information
Showing
1 changed file
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters