Skip to content

Commit

Permalink
removed optional
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
  • Loading branch information
riysaxen-amzn committed Jul 19, 2024
1 parent 0507e1b commit 44531b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/components/MDS/DataSourceMenuWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export interface DataSourceMenuWrapperProps {
dataSourceMenuReadOnly: boolean;
dataSourceLoading: boolean;
setHeaderActionMenu: AppMountParameters['setHeaderActionMenu'];
dataSourceFilterFn?: (dataSource: SavedObject<DataSourceAttributes>) => boolean;
dataSourceFilterFn: (dataSource: SavedObject<DataSourceAttributes>) => boolean;
}

export const DataSourceMenuWrapper: React.FC<DataSourceMenuWrapperProps> = ({
Expand Down

0 comments on commit 44531b5

Please sign in to comment.