Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move network variables to store #286

Merged
merged 10 commits into from
Jul 1, 2021
Prev Previous commit
Next Next commit
Fix formatting
Co-authored-by: Jack Wilburn <[email protected]>
gotdairyya and JackWilb authored Jul 1, 2021

Verified

This commit was signed with the committer’s verified signature.
marcelstanley Marcel Moura
commit b1481f4be03e06cfaca18a164e3e1b81b0693f4c
1 change: 1 addition & 0 deletions src/components/FilterOverlay.vue
Original file line number Diff line number Diff line change
@@ -123,6 +123,7 @@ export default Vue.extend({
this.getAttributes();
}
},

getAttributes() {
const aqlQuery = `
let nodeValues = (FOR doc IN ${store.state.nodeTableNames}[**] RETURN VALUES(doc))