eric-briscoe commented on code in PR #21948:
URL: https://github.com/apache/superset/pull/21948#discussion_r1019458935


##########
superset-frontend/src/components/EmptyState/index.tsx:
##########
@@ -31,7 +31,7 @@ export enum EmptyStateSize {
 export interface EmptyStateSmallProps {
   title: ReactNode;
   description?: ReactNode;
-  image: ReactNode;
+  image?: ReactNode;

Review Comment:
   @AAfghahi There is an error message screen that re-uses this component but 
does not have a placeholder image.  The image optionality was added to make 
re-using the component more flexible.



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