mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
## Summary We're breaking https://github.com/elastic/kibana/pull/166813 up into smaller PRs in the interest of getting PRs through sooner for type fixes. These are the changes for Platform Deployment Management. Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
7f796659a7
commit
3cec6e5ed5
1 changed files with 1 additions and 1 deletions
|
@ -999,7 +999,7 @@ export default function ({
|
|||
// will simulate autocomplete on 'GET /a/b/' with a filter by index
|
||||
return {
|
||||
tokenPath: context.urlTokenPath?.slice(0, -1),
|
||||
predicate: (term: any) => term.meta === 'index',
|
||||
predicate: (term: ReturnType<typeof addMetaToTermsList>[0]) => term.meta === 'index',
|
||||
};
|
||||
} else {
|
||||
// will do nothing special
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue