Skip to content

Commit

Permalink
Remove redundant variables from record page recorID watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Feb 26, 2024
1 parent 8602a73 commit 930a083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/web/compose/src/views/Public/Pages/Records/View.vue
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export default {
watch: {
recordID: {
immediate: true,
handler (o, n) {
handler () {
this.record = undefined
this.initialRecordState = undefined
this.refresh()
Expand Down

0 comments on commit 930a083

Please sign in to comment.