Skip to content

Commit

Permalink
fix: Changelog not reloading (#4185)
Browse files Browse the repository at this point in the history
fix 'this; context scope

Closes #4184
  • Loading branch information
connoratrug authored Sep 5, 2024
1 parent 1bda531 commit abe053f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/central/src/components/Groups.vue
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export default {
},
},
watch: {
showChangeColumn: (val) => {
showChangeColumn(val) {
if (val) {
this.getSchemaList();
}
Expand Down

0 comments on commit abe053f

Please sign in to comment.