Adjust slug of default module

This commit is contained in:
Ramon Wenger 2018-08-23 20:13:38 +02:00
parent 8ebfda66b6
commit 4754d9ddb2
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
moduleQuery: {
query: MODULE_DETAILS_QUERY,
variables: {
slug: 'video'
slug: 'mein-neues-umfeld'
},
fetchPolicy: 'network-only',
manual: true,

View File

@ -18,7 +18,7 @@
},
apollo: {
modules: {
roomQuery: {
query: ROOMS_QUERY,
manual: true,
result({data, loading, networkStatus}) {