Skip to content

Commit

Permalink
remnove errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Hoskovec committed Oct 17, 2024
1 parent 30e668f commit 873797d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 72 deletions.
10 changes: 5 additions & 5 deletions superset-frontend/src/explore/components/Control.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ export default function Control(props: ControlProps) {
resetOnHide = true,
} = props;

const { filterProps } = useOverlappingOptions({
props,
name,
});
// const { filterProps } = useOverlappingOptions({
// props,
// name,
// });

const [hovered, setHovered] = useState(false);
const wasVisible = usePrevious(isVisible);
Expand Down Expand Up @@ -119,7 +119,7 @@ export default function Control(props: ControlProps) {

const updProps = {
...props,
...filterProps,
// ...filterProps,
};

return (
Expand Down
67 changes: 0 additions & 67 deletions superset-frontend/src/hooks/useOvelappingOptions.ts

This file was deleted.

0 comments on commit 873797d

Please sign in to comment.