mirror of
https://github.com/coder/coder.git
synced 2026-09-22 21:22:17 +08:00
fix(site): remove 48 week option (#10025)
This commit is contained in:
@@ -9,7 +9,9 @@ import { DateRangeValue } from "./DateRange";
|
||||
import { differenceInWeeks } from "date-fns";
|
||||
import { lastWeeks } from "./utils";
|
||||
|
||||
export const numberOfWeeksOptions = [4, 12, 24, 48] as const;
|
||||
// There is no point in showing the period > 6 months. We prune stats older than
|
||||
// 6 months.
|
||||
export const numberOfWeeksOptions = [4, 12, 24] as const;
|
||||
|
||||
export const WeekPicker = ({
|
||||
value,
|
||||
|
||||
Reference in New Issue
Block a user