diff --git a/x-pack/legacy/plugins/siem/public/app/app.tsx b/x-pack/legacy/plugins/siem/public/app/app.tsx index 030cb72750649..7413aeab549db 100644 --- a/x-pack/legacy/plugins/siem/public/app/app.tsx +++ b/x-pack/legacy/plugins/siem/public/app/app.tsx @@ -106,6 +106,7 @@ const SiemAppComponent: React.FC = ({ core, plugins }) => storage: new Storage(localStorage), ...core, ...plugins, + savedObjects: core.savedObjects, }} >