mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
added missing optional chain for bracket notation (#96939)
This commit is contained in:
parent
3a7f23efac
commit
8c8fcf16c4
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export const registerDeleteRoute = ({
|
|||
// Until then we'll modify the response here.
|
||||
if (
|
||||
err?.meta &&
|
||||
err.body?.task_failures[0]?.reason?.reason?.includes(
|
||||
err.body?.task_failures?.[0]?.reason?.reason?.includes(
|
||||
'Job must be [STOPPED] before deletion'
|
||||
)
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue