Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
briangregoryholmes committed Feb 12, 2025
1 parent beafbca commit d3029ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@
{availableTimeZones}
{timeRanges}
complete={false}
toggleComplete={() => {}}
{interval}
{timeStart}
{timeEnd}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ export const RILL_LATEST = [
"PT24H",
"P7D",
"P14D",
"P3M",
"P4W",

"P12M",
] as const;

Expand Down Expand Up @@ -410,6 +411,8 @@ export function bucketYamlRanges(
return defaultBuckets;
}

console.log({ availableRanges });

return availableRanges.reduce(
(record, { range }) => {
if (!range) return record;
Expand Down

0 comments on commit d3029ab

Please sign in to comment.