Skip to content

Commit

Permalink
add docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
briangregoryholmes committed Nov 21, 2024
1 parent 107703d commit 42d1ebb
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
MetricsViewSpecMeasureV2,
} from "@rilldata/web-common/runtime-client";
import SelectionDropdown from "./SelectionDropdown.svelte";
import Button from "@rilldata/web-common/components/button/Button.svelte";

Check failure on line 10 in web-common/src/features/visual-editing/MeasureDimensionSelector.svelte

View workflow job for this annotation

GitHub Actions / build

'Button' is defined but never used
const fields = ["all", "subset", "expression"];
Expand Down Expand Up @@ -70,6 +71,11 @@
onExpressionBlur(expression);
}}
/>
<a
href="https://docs.rilldata.com/reference/project-files/explore-dashboards"
>
See docs
</a>
{:else if mode === "subset"}
<SelectionDropdown
excludable
Expand Down

0 comments on commit 42d1ebb

Please sign in to comment.