diff --git a/src/components/PlaygroundFilterGroup/index.tsx b/src/components/PlaygroundFilterGroup/index.tsx index b5e25866..b988688b 100644 --- a/src/components/PlaygroundFilterGroup/index.tsx +++ b/src/components/PlaygroundFilterGroup/index.tsx @@ -32,7 +32,7 @@ const FilterGroup: FC = ({ { trackEvent("Update Member", { memberName: addMemberName }); if (dimension) updateMethods.update(m, { ...m, dimension }); @@ -54,7 +54,7 @@ const FilterGroup: FC = ({ diff --git a/src/components/PlaygroundFilterInput/index.tsx b/src/components/PlaygroundFilterInput/index.tsx index e2ae061d..751897ca 100644 --- a/src/components/PlaygroundFilterInput/index.tsx +++ b/src/components/PlaygroundFilterInput/index.tsx @@ -58,6 +58,19 @@ const filterInputs = { value={(values && values[0]) || ""} /> ), + boolean: ({ values, onChange }: PlaygroundFilterInputProps) => ( +