pkdotson commented on code in PR #20017:
URL: https://github.com/apache/superset/pull/20017#discussion_r913913461


##########
superset-frontend/src/components/DatabaseSelector/index.tsx:
##########
@@ -87,7 +87,7 @@ export type DatabaseObject = {
 type SchemaValue = { label: string; value: string };
 
 export interface DatabaseSelectorProps {
-  db?: DatabaseObject;
+  db?: DatabaseObject | null | undefined;

Review Comment:
   I think i was trying to appease ts in one of the props. But I removed and no 
issue came about



-- 
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]

Reply via email to