Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammed-baban committed Apr 17, 2024
1 parent b1a48d3 commit 9882f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset-frontend/src/pages/DvtChart/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1803,8 +1803,8 @@ const DvtChart = () => {
case 'mixed_timeseries':
return !(
values.x_axis.length &&
values.metric.length &&
values.metricb.length
values.metrics.length &&
values.metricsb.length
);
default:
return false;
Expand Down

0 comments on commit 9882f15

Please sign in to comment.