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