mirror of
https://github.com/apache/superset.git
synced 2026-04-27 03:55:47 +00:00
feat: Visualize SqlLab.Query model data in Explore 📈 (#20281)
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
*/
|
||||
import React from 'react';
|
||||
import { t } from '@superset-ui/core';
|
||||
|
||||
import getErrorMessageComponentRegistry from './getErrorMessageComponentRegistry';
|
||||
import { SupersetError, ErrorSource } from './types';
|
||||
import ErrorAlert from './ErrorAlert';
|
||||
@@ -33,6 +32,7 @@ type Props = {
|
||||
copyText?: string;
|
||||
stackTrace?: string;
|
||||
source?: ErrorSource;
|
||||
errorMitigationFunction?: () => void;
|
||||
};
|
||||
|
||||
export default function ErrorMessageWithStackTrace({
|
||||
|
||||
Reference in New Issue
Block a user