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 8e7b78f commit 059e46fCopy full SHA for 059e46f
x-pack/legacy/plugins/uptime/public/components/functional/empty_state/data_or_index_missing.tsx
@@ -13,13 +13,10 @@ import {
13
EuiTitle,
14
EuiButton,
15
} from '@elastic/eui';
16
-import { i18n } from '@kbn/i18n';
17
import { FormattedMessage } from '@kbn/i18n/react';
18
import React, { useContext } from 'react';
19
-import { Link } from 'react-router-dom';
20
import { UptimeSettingsContext } from '../../../contexts';
21
import { DynamicSettings } from '../../../../common/runtime_types';
22
-import { SETTINGS_ROUTE } from '../../../../common/constants';
23
24
interface DataMissingProps {
25
headingMessage: JSX.Element;
0 commit comments