3
0

Remove redundant variables from record page recorID watcher

This commit is contained in:
Jože Fortun
2024-02-26 14:50:48 +01:00
parent 8602a7374f
commit 930a083577
@@ -303,7 +303,7 @@ export default {
watch: {
recordID: {
immediate: true,
handler (o, n) {
handler () {
this.record = undefined
this.initialRecordState = undefined
this.refresh()