rusackas commented on code in PR #28370:
URL: https://github.com/apache/superset/pull/28370#discussion_r1594864047


##########
superset-frontend/src/components/Chart/ChartErrorMessage.tsx:
##########
@@ -21,10 +21,16 @@ import React from 'react';
 import { SupersetError } from '@superset-ui/core';
 import { useChartOwnerNames } from 'src/hooks/apiResources';
 import ErrorMessageWithStackTrace from 
'src/components/ErrorMessage/ErrorMessageWithStackTrace';
+import { ChartSource } from 'src/types/ChartSource';
 
-interface Props {
+export interface Props {
   chartId: string;
   error?: SupersetError;
+  subtitle: JSX.Element;
+  copyText: string;
+  link: string | undefined;

Review Comment:
   There's gotta be a lint rule for that we can add if there's a preference 
here.



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