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 ef25c22 commit cb8185aCopy full SHA for cb8185a
x-pack/plugins/ingest_pipelines/public/application/sections/pipelines_list/empty_list.tsx
@@ -8,11 +8,7 @@ import { i18n } from '@kbn/i18n';
8
import { EuiButton, EuiEmptyPrompt } from '@elastic/eui';
9
import { BASE_PATH } from '../../../../common/constants';
10
11
-interface Props {
12
- onClick: () => void;
13
-}
14
-
15
-export const EmptyList: FunctionComponent<Props> = ({ onClick }) => (
+export const EmptyList: FunctionComponent = () => (
16
<EuiEmptyPrompt
17
iconType="managementApp"
18
title={
0 commit comments