File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,6 @@ type Props = {
48
48
*/
49
49
partial ?: boolean ;
50
50
51
- upsellDefaultSelection ?: string ;
52
-
53
51
/**
54
52
* Replaces the default learn more button with a more subtle link text that
55
53
* opens the upsell modal.
@@ -75,7 +73,6 @@ class PowerFeatureHovercard extends Component<Props> {
75
73
openUpsellModal ( {
76
74
organization,
77
75
source : id ?? '' ,
78
- defaultSelection : this . props . upsellDefaultSelection ,
79
76
} ) ;
80
77
} ;
81
78
Original file line number Diff line number Diff line change @@ -330,7 +330,6 @@ const GETSENTRY_HOOKS: Partial<Hooks> = {
330
330
< PowerFeatureHovercard
331
331
features = { [ 'organizations:dashboards-edit' ] }
332
332
id = "dashboards-edit"
333
- upsellDefaultSelection = "custom-dashboards"
334
333
>
335
334
{ typeof p . children === 'function' ? p . children ( p ) : p . children }
336
335
</ PowerFeatureHovercard >
You can’t perform that action at this time.
0 commit comments