Skip to content

Commit 39b45bc

Browse files
authored
Update web_src/js/components/RepoContributors.vue
1 parent fcc3fb4 commit 39b45bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/RepoContributors.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export default {
215215
};
216216
},
217217
218-
updateOtherCharts({chart}: {chart: Chart}, reset?: boolean) {
218+
updateOtherCharts({chart}: {chart: Chart}, reset?: boolean = false) {
219219
const minVal = chart.options.scales.x.min;
220220
const maxVal = chart.options.scales.x.max;
221221
if (reset) {

0 commit comments

Comments
 (0)