This commit is contained in:
Douglas Barone 2022-08-29 14:55:37 -04:00
parent 60a0e793ac
commit 7e2db1aad5

View File

@ -78,6 +78,11 @@ export default {
local: '',
notes: ''
}),
computed: {
userInSameCampus() {
return this.me.campus == this.accessPoint.subnetInfo.shortName
}
},
watch: {
show(val) {
if (!val) {
@ -160,11 +165,6 @@ Continuar?`
}
}
},
computed: {
userInSameCampus() {
return this.me.campus == this.accessPoint.subnetInfo.shortName
}
},
apollo: {
me: {
cachePolicy: 'cache-and-network',