We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3acaab commit 099de5cCopy full SHA for 099de5c
x-pack/legacy/plugins/infra/public/pages/logs/log_entry_rate/page_providers.tsx
@@ -8,7 +8,6 @@ import React from 'react';
8
9
import { useSourceContext } from '../../../containers/source';
10
import { useKibanaSpaceId } from '../../../utils/use_kibana_space_id';
11
-// import { LogEntryRateJobsProvider } from './use_log_entry_rate_jobs';
12
import { LogEntryRateModuleProvider } from './use_log_entry_rate_module';
13
14
export const LogEntryRatePageProviders: React.FunctionComponent = ({ children }) => {
0 commit comments