From bd6745dd662f5c7b3abf0dd8ce85ad9a27ca8ecd Mon Sep 17 00:00:00 2001 From: Chintan Sudani <46838508+techchintan@users.noreply.github.com> Date: Mon, 12 Jun 2023 14:48:01 +0530 Subject: [PATCH] fix: alert threshold disappears on run query (#2888) Co-authored-by: Palash Gupta --- .../src/container/FormAlertRules/RuleOptions.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/frontend/src/container/FormAlertRules/RuleOptions.tsx b/frontend/src/container/FormAlertRules/RuleOptions.tsx index 254dafa1a4..22238a941b 100644 --- a/frontend/src/container/FormAlertRules/RuleOptions.tsx +++ b/frontend/src/container/FormAlertRules/RuleOptions.tsx @@ -140,12 +140,14 @@ function RuleOptions({ {queryCategory === EQueryType.PROM ? renderPromRuleOptions() : renderThresholdRuleOpts()} - + + + );