Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 committed Feb 4, 2025
1 parent 8829a27 commit 5254efb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { CategoryToConditionArrayMap, NestedQuery } from "../utils";
import ConditionColumnDisplay from "../buildFromTemplates/ConditionColumnDisplay";
import SearchField from "@/app/ui/designSystem/searchField/SearchField";
import { FormError } from "../buildFromTemplates/BuildFromTemplates";
import { CONDITION_DRAWER_SEARCH_PLACEHOLDER } from "./utils";
import { CONDITION_DRAWER_SEARCH_PLACEHOLDER } from "./constants";

type ConditionSelectionProps = {
categoryToConditionsMap: CategoryToConditionArrayMap;
Expand Down

0 comments on commit 5254efb

Please sign in to comment.