Skip to content
Snippets Groups Projects
Unverified Commit 8f5e0cfa authored by Alexander Polyankin's avatar Alexander Polyankin Committed by GitHub
Browse files

Fix eslint import error (#25383)

parent 05182044
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ import Utils from "metabase/lib/utils";
import { getMetadata } from "metabase/selectors/metadata";
import { isEqualCard } from "metabase/lib/card";
import Question from "metabase-lib/lib/Question";
import {
......@@ -29,7 +30,6 @@ import { initializeQB, setCardAndRun } from "./core";
import { zoomInRow, resetRowZoom } from "./object-detail";
import { cancelQuery } from "./querying";
import { setQueryBuilderMode } from "./ui";
import { isEqualCard } from "metabase/lib/card";
export const SET_CURRENT_STATE = "metabase/qb/SET_CURRENT_STATE";
const setCurrentState = createAction(SET_CURRENT_STATE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment