From 6aa083d208d0deb0fff5435d247bb8eb39ee9822 Mon Sep 17 00:00:00 2001 From: laurenashleigh Date: Mon, 17 Nov 2025 16:48:57 +0000 Subject: [PATCH] remove type assertion --- .../alerting/unified/components/RuleConditionSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/alerting/unified/components/RuleConditionSection.tsx b/public/app/features/alerting/unified/components/RuleConditionSection.tsx index 08809f160d2..eed9081cd9a 100644 --- a/public/app/features/alerting/unified/components/RuleConditionSection.tsx +++ b/public/app/features/alerting/unified/components/RuleConditionSection.tsx @@ -50,7 +50,7 @@ function createExpressionQueries( datasourceUid: ExpressionDatasourceUID, queryType: 'expression', model: { refId: reduceRefId }, - } as AlertQuery, + }, ]; const thresholdRefId = existingExpressions[1]?.refId || getNextRefId(tempQueries);