eschutho commented on code in PR #24348:
URL: https://github.com/apache/superset/pull/24348#discussion_r1227354289
##########
superset-frontend/src/components/Datasource/CollectionTable.tsx:
##########
@@ -222,6 +226,11 @@ export default class CRUDCollection extends
React.PureComponent<
return label;
}
+ getTooltip(col: any) {
Review Comment:
can we put a type for col here too? It looks like in line 232 it's defined
as a string.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]