From 6260a6d2f3608a4258a9cc7b2c84483f8a732f45 Mon Sep 17 00:00:00 2001 From: David Kaltschmidt Date: Fri, 5 Oct 2018 18:51:49 +0200 Subject: [PATCH] Explore: do not show default suggestions after expressions - an expression ends on closing braces - exclude expressions from the default/empty suggestions --- public/app/features/explore/PromQueryField.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/app/features/explore/PromQueryField.tsx b/public/app/features/explore/PromQueryField.tsx index 20c36ee87f3..cbb8d4c125b 100644 --- a/public/app/features/explore/PromQueryField.tsx +++ b/public/app/features/explore/PromQueryField.tsx @@ -308,10 +308,10 @@ class PromQueryField extends React.PureComponent