mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Removed isBeta property from SettingsSection interface since it was not used anymore in the template (#142313)
This commit is contained in:
parent
6b11352f71
commit
f6149a610f
2 changed files with 0 additions and 2 deletions
|
@ -133,7 +133,6 @@ export function APMPolicyForm({ vars = {}, updateAPMPolicy }: Props) {
|
|||
}
|
||||
),
|
||||
settings: tailSamplingSettings,
|
||||
isBeta: false,
|
||||
isPlatinumLicence: true,
|
||||
},
|
||||
]
|
||||
|
|
|
@ -92,7 +92,6 @@ export interface SettingsSection {
|
|||
title: string;
|
||||
subtitle?: string;
|
||||
settings: SettingsRow[];
|
||||
isBeta?: boolean;
|
||||
isPlatinumLicence?: boolean;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue