From 377e0ec3bc91030b7bdb3733ede671063b005ef4 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Tue, 14 Nov 2023 22:36:02 -0500 Subject: [PATCH] [8.11] [inspector] fix clusters and shards table expanded row does not update when request is changed (#171232) (#171263) # Backport This will backport the following commits from `main` to `8.11`: - [[inspector] fix clusters and shards table expanded row does not update when request is changed (#171232)](https://github.com/elastic/kibana/pull/171232) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Nathan Reese --- .../requests/components/details/clusters_view/clusters_view.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/inspector/public/views/requests/components/details/clusters_view/clusters_view.tsx b/src/plugins/inspector/public/views/requests/components/details/clusters_view/clusters_view.tsx index 1e35e0276139e..8a96847832dc8 100644 --- a/src/plugins/inspector/public/views/requests/components/details/clusters_view/clusters_view.tsx +++ b/src/plugins/inspector/public/views/requests/components/details/clusters_view/clusters_view.tsx @@ -45,7 +45,7 @@ export class ClustersView extends Component { <> {Object.keys(clusters).length > 1 ? : null} - + ) : null; }