We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d2924 commit 62c3318Copy full SHA for 62c3318
frontend/src/components/dashboard/aliases/BlockLevelSlider.tsx
@@ -497,7 +497,7 @@ class SliderValueFormatter implements Intl.NumberFormat {
497
formatRangeToParts(
498
_startDate: number | bigint,
499
_endDate: number | bigint,
500
- ): Intl.NumberFormatPart[] {
+ ): Intl.NumberRangeFormatPart[] {
501
throw new Error("Method not implemented.");
502
}
503
0 commit comments