Skip to content

Commit

Permalink
fix: add .value to columns property (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramargar authored Mar 13, 2024
1 parent 043a658 commit 13b4f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/column-picker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
);
return {
values: columns,
values: columns.value,
icons: { 1: 'Grid1ColIcon', 2: 'Grid2ColIcon', 4: 'Grid4ColIcon' }
};
}
Expand Down

0 comments on commit 13b4f27

Please sign in to comment.