Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
majkshkurti committed Jun 24, 2024
1 parent 7e7fbf3 commit d3cc797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/hooks/map/FilteringHooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { SelectorItem } from "@/types/map/common";
import { useMemo } from "react";

const useLogicalExpressionOperations = (
selectedField?: "string" | "number"
selectedField?: "string" | "number" | "date" | "boolean" | "object",
) => {
const { t } = useTranslation("common");
const logicalExpressionTypes: SelectorItem[] = useMemo(() => {
Expand Down

0 comments on commit d3cc797

Please sign in to comment.