File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -93,11 +93,6 @@ type DisabledMemberTooltipProps = {children: React.ReactNode};
9393
9494type DashboardHeadersProps = { organization : Organization } ;
9595
96- type MetricsSubscriptionCTAProps = {
97- organization : Organization ;
98- children ?: React . ReactNode ;
99- } ;
100-
10196type MetricsSamplesListProps = { children : React . ReactNode ; organization : Organization } ;
10297
10398type ReplayFeedbackButton = { children : React . ReactNode } ;
@@ -210,8 +205,6 @@ export type ComponentHooks = {
210205 'component:header-selector-items' : ( ) => React . ComponentType < SelectorItemsProps > ;
211206 'component:issue-priority-feedback' : ( ) => React . ComponentType < QualitativeIssueFeedbackProps > ;
212207 'component:member-list-header' : ( ) => React . ComponentType < MemberListHeaderProps > ;
213- 'component:metrics-onboarding-panel-primary-action' : ( ) => React . ComponentType < MetricsSubscriptionCTAProps > ;
214- 'component:metrics-subscription-alert' : ( ) => React . ComponentType < MetricsSubscriptionCTAProps > ;
215208 'component:monitor-status-toggle' : ( ) => React . ComponentType < StatusToggleButtonProps > ;
216209 'component:org-stats-banner' : ( ) => React . ComponentType < DashboardHeadersProps > ;
217210 'component:organization-header' : ( ) => React . ComponentType < OrganizationHeaderProps > ;
You can’t perform that action at this time.
0 commit comments