Skip to content

Commit

Permalink
fix cherry-pick conflicts (#17260)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho authored Nov 13, 2021
1 parent 5d43a59 commit 40b8cc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset-frontend/src/components/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export interface SelectProps extends PickedSelectProps {
pageSize?: number;
invertSelection?: boolean;
fetchOnlyOnSearch?: boolean;
onError?: (error: string) => void;
}

const StyledContainer = styled.div`
Expand Down

0 comments on commit 40b8cc1

Please sign in to comment.