Skip to content

Commit 71ca3c0

Browse files
committed
fix rawsqlcharteditor oopsie
1 parent d73d46d commit 71ca3c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/components/ChartEditor/RawSqlChartEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default function RawSqlChartEditor({
105105
.flatMap(source => {
106106
const tables: TableConnection[] = getAllMetricTables(source);
107107

108-
if (isMetricSource(source)) {
108+
if (!isMetricSource(source)) {
109109
tables.push(tcFromSource(source));
110110
}
111111

0 commit comments

Comments
 (0)