Skip to content

Commit cb8185a

Browse files
fix TS
1 parent ef25c22 commit cb8185a

File tree

1 file changed

+1
-5
lines changed
  • x-pack/plugins/ingest_pipelines/public/application/sections/pipelines_list

1 file changed

+1
-5
lines changed

x-pack/plugins/ingest_pipelines/public/application/sections/pipelines_list/empty_list.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ import { i18n } from '@kbn/i18n';
88
import { EuiButton, EuiEmptyPrompt } from '@elastic/eui';
99
import { BASE_PATH } from '../../../../common/constants';
1010

11-
interface Props {
12-
onClick: () => void;
13-
}
14-
15-
export const EmptyList: FunctionComponent<Props> = ({ onClick }) => (
11+
export const EmptyList: FunctionComponent = () => (
1612
<EuiEmptyPrompt
1713
iconType="managementApp"
1814
title={

0 commit comments

Comments
 (0)