diff --git a/superset-frontend/src/components/TableSelector.tsx b/superset-frontend/src/components/TableSelector.tsx index 395b5be834..875c0627bf 100644 --- a/superset-frontend/src/components/TableSelector.tsx +++ b/superset-frontend/src/components/TableSelector.tsx @@ -255,6 +255,9 @@ const TableSelector: FunctionComponent = ({ function renderTableOption(option: any) { return ( + + + {option.extra?.certification && ( = ({ size={20} /> )} - - - {option.label} );