From ad5a36e7a3b8e66023c76ed95d0b9049e57d1d94 Mon Sep 17 00:00:00 2001 From: Ivan Ortega Alba Date: Thu, 6 Jul 2023 15:27:11 +0200 Subject: [PATCH] AsyncSegment: Display no-options placeholder for no items status (#70995) AsyncSegment: Display no options dropdown placeholder for no items status --- 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