From a5aa8a3c70318b3bfbfe58ef1490cdc4858df5be Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 15:12:49 +0200 Subject: [PATCH] [v10.0.x] AsyncSegment: Display no-options placeholder for no items status (#71127) AsyncSegment: Display no-options placeholder for no items status (#70995) AsyncSegment: Display no options dropdown placeholder for no items status (cherry picked from commit ad5a36e7a3b8e66023c76ed95d0b9049e57d1d94) Co-authored-by: Ivan Ortega Alba --- packages/grafana-ui/src/components/Segment/SegmentAsync.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/grafana-ui/src/components/Segment/SegmentAsync.tsx b/packages/grafana-ui/src/components/Segment/SegmentAsync.tsx index 03011d2f08c..e3f11a28566 100644 --- a/packages/grafana-ui/src/components/Segment/SegmentAsync.tsx +++ b/packages/grafana-ui/src/components/Segment/SegmentAsync.tsx @@ -110,9 +110,5 @@ function mapStateToNoOptionsMessage(state: AsyncState