|
@@ -12,6 +12,7 @@ import Alert from 'sentry/components/alert';
|
|
|
import Button from 'sentry/components/button';
|
|
|
import {HeaderTitle} from 'sentry/components/charts/styles';
|
|
|
import ErrorBoundary from 'sentry/components/errorBoundary';
|
|
|
+import FeatureBadge from 'sentry/components/featureBadge';
|
|
|
import ExternalLink from 'sentry/components/links/externalLink';
|
|
|
import {Panel} from 'sentry/components/panels';
|
|
|
import Placeholder from 'sentry/components/placeholder';
|
|
@@ -330,6 +331,7 @@ class WidgetCard extends Component<Props, State> {
|
|
|
),
|
|
|
}
|
|
|
)}
|
|
|
+ <FeatureBadge type="beta" />
|
|
|
</StoredDataAlert>
|
|
|
);
|
|
|
}
|
|
@@ -344,6 +346,7 @@ class WidgetCard extends Component<Props, State> {
|
|
|
),
|
|
|
}
|
|
|
)}
|
|
|
+ <FeatureBadge type="beta" />
|
|
|
</StoredDataAlert>
|
|
|
);
|
|
|
}
|