Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
atrincas committed Nov 13, 2024
1 parent de38a24 commit af3b5b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion client/src/containers/sandbox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import CreateWidgetMenu from "@/containers/widget/create-widget";
import { Card } from "@/components/ui/card";

const Sandbox: FC = () => {
const { indicator, visualization, setVisualization, widget } =
const { breakdown, indicator, visualization, setVisualization, widget } =
useSandboxWidget();
const { filters } = useFilters();

Expand Down
3 changes: 0 additions & 3 deletions client/src/containers/sidebar/filter-settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ import { FilterQueryParam } from "@/hooks/use-filters";
import BreakdownSelector from "@/containers/sidebar/breakdown-selector";
import FilterPopup from "@/containers/sidebar/filter-settings/filter-popup";

import { client } from "@/lib/queryClient";
import { queryKeys } from "@/lib/queryKeys";

const DEFAULT_FILTERS = ["location-country-region", "sector"];
const DEFAULT_FILTERS_LABEL_MAP: {
[key: string]: { selected: string; unSelected: string };
Expand Down

0 comments on commit af3b5b6

Please sign in to comment.