Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
djbarnwal committed Jan 6, 2025
1 parent 1a75df7 commit 73213c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions web-common/src/features/canvas/components/kpi/KPI.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import { humaniseISODuration } from "@rilldata/web-common/lib/time/ranges/iso-ranges";
import type { V1ComponentSpecRendererProperties } from "@rilldata/web-common/runtime-client";
import { runtime } from "@rilldata/web-common/runtime-client/runtime-store";
import { useQueryClient } from "@tanstack/svelte-query";
import { extent } from "d3-array";
import type { KPISpec } from ".";
import { useMetricsViewSpecMeasure } from "../selectors";
Expand All @@ -28,7 +27,6 @@
export let rendererProperties: V1ComponentSpecRendererProperties;
const queryClient = useQueryClient();
const ctx = getCanvasStateManagers();
let containerWidth: number;
Expand Down
5 changes: 3 additions & 2 deletions web-common/src/features/canvas/inspector/FiltersMapper.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
$: inputParams = component.inputParams().filter;
$: metricsView =
"metrics_view" in paramValues ? paramValues.metrics_view : null;
// Enable this when adding support for dimension filters
// $: metricsView =
// "metrics_view" in paramValues ? paramValues.metrics_view : null;
onMount(() => {
localParamValues = structuredClone(paramValues) || {};
Expand Down

0 comments on commit 73213c1

Please sign in to comment.