Skip to content

Commit 7adb3d0

Browse files
authored
fix: Fix alias map in Alert chart preview (#852)
1 parent 0ab1b2b commit 7adb3d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app/src/components/AlertPreviewChart.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export const AlertPreviewChart = ({
3939
where: where || '',
4040
connection: source.connection,
4141
from: source.from,
42+
whereLanguage: whereLanguage || undefined,
4243
});
4344

4445
const aliasWith = Object.entries(aliasMap ?? {}).map(([key, value]) => ({

0 commit comments

Comments
 (0)