[8.14] Fix type errors (#182369)

## Summary
Introduced as a part of a backport
https://github.com/elastic/kibana/pull/181602 because we didn't have the
typecheck enabled at the time.
This commit is contained in:
Alex Szabo 2024-05-02 17:10:38 +02:00 committed by GitHub
parent d137b4d7c4
commit 7b044d15a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

@ -256,7 +256,6 @@ export const AllocatedModels: FC<AllocatedModelsProps> = ({
return (
<EuiInMemoryTable<AllocatedModel>
responsiveBreakpoint={'xl'}
allowNeutralSort={false}
columns={columns}
hasActions={false}

View file

@ -767,7 +767,6 @@ export const ModelsList: FC<Props> = ({
<EuiSpacer size="m" />
<div data-test-subj="mlModelsTableContainer">
<EuiInMemoryTable<ModelItem>
responsiveBreakpoint={'xl'}
isSelectable={true}
isExpandable={true}
hasActions={true}