mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
d137b4d7c4
commit
7b044d15a7
2 changed files with 0 additions and 2 deletions
|
@ -256,7 +256,6 @@ export const AllocatedModels: FC<AllocatedModelsProps> = ({
|
|||
|
||||
return (
|
||||
<EuiInMemoryTable<AllocatedModel>
|
||||
responsiveBreakpoint={'xl'}
|
||||
allowNeutralSort={false}
|
||||
columns={columns}
|
||||
hasActions={false}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue