Fix empty search

This commit is contained in:
Douglas Barone 2020-12-19 09:16:13 -04:00
parent 994bb2d9af
commit 5ff60ee8c5

View File

@ -40,8 +40,13 @@ export default {
data: () => ({
username: null
}),
apollo: {
user: {
skip() {
return !this.username
},
cache: 'network',
query: gql`
query($sAMAccountName: String!) {