Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into 1214-eda-refresh-outd…
Browse files Browse the repository at this point in the history
…ated-view
  • Loading branch information
SmiteDeluxe committed Jun 24, 2024
2 parents 3f33fa6 + cf440e3 commit f30fe84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/safe-ds-eda/src/components/TableView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@
}
let columnIndex = passedColumnIndex;
if (!columnIndex) {
if (columnIndex === undefined) {
if (selectedColumnIndexes.length !== 1) {
throw new Error('One column must be selected to generate a one column plot');
}
Expand Down

0 comments on commit f30fe84

Please sign in to comment.