mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Co-authored-by: Shahzad <shahzad.muhammad@elastic.co>
This commit is contained in:
parent
601266849a
commit
35fce3880d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export const registerUptimeSavedObjects = (
|
|||
) => {
|
||||
savedObjectsService.registerType(umDynamicSettings);
|
||||
|
||||
if (config?.unsafe.service.enabled) {
|
||||
if (config?.unsafe?.service.enabled) {
|
||||
savedObjectsService.registerType(syntheticsMonitor);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue