Skip to content

Commit

Permalink
Update web_src/js/components/RepoContributors.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind authored Nov 27, 2024
1 parent fcc3fb4 commit 39b45bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/js/components/RepoContributors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export default {
};
},
updateOtherCharts({chart}: {chart: Chart}, reset?: boolean) {
updateOtherCharts({chart}: {chart: Chart}, reset?: boolean = false) {
const minVal = chart.options.scales.x.min;
const maxVal = chart.options.scales.x.max;
if (reset) {
Expand Down

0 comments on commit 39b45bc

Please sign in to comment.