Skip to content

Commit

Permalink
Update superset-frontend/src/explore/components/controls/HiddenContro…
Browse files Browse the repository at this point in the history
…l.tsx

Co-authored-by: Erik Ritter <erik.ritter@airbnb.com>
  • Loading branch information
Damans227 and Erik Ritter authored Nov 2, 2021
1 parent f520134 commit 193a7d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { Input } from 'src/common/components';

interface HiddenControlsProps {
onChange: () => void;
value: 'string | number | readonly string[] | undefined';
value: string | number | readonly string[] | undefined;
}

export default function HiddenControl(props: HiddenControlsProps) {
Expand Down

0 comments on commit 193a7d3

Please sign in to comment.