Fix automatic close of sidebar

Resolves MS-535
This commit is contained in:
Ramon Wenger 2022-07-27 17:52:44 +02:00
parent 8e111e085e
commit 2365d24c5c
1 changed files with 3 additions and 1 deletions

View File

@ -73,8 +73,10 @@
this.$apollo.mutate({ this.$apollo.mutate({
mutation: TOGGLE_SIDEBAR, mutation: TOGGLE_SIDEBAR,
variables: { variables: {
sidebar: {
profile: false profile: false
} }
}
}); });
} }
} }