We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73d46d commit 71ca3c0Copy full SHA for 71ca3c0
1 file changed
packages/app/src/components/ChartEditor/RawSqlChartEditor.tsx
@@ -105,7 +105,7 @@ export default function RawSqlChartEditor({
105
.flatMap(source => {
106
const tables: TableConnection[] = getAllMetricTables(source);
107
108
- if (isMetricSource(source)) {
+ if (!isMetricSource(source)) {
109
tables.push(tcFromSource(source));
110
}
111
0 commit comments