Commit 74aa3d90 authored by Nicolas Giard's avatar Nicolas Giard

fix: groups edit fetch

parent 14e34d43
......@@ -127,6 +127,8 @@
</template>
<script>
import _ from 'lodash'
import Criterias from '../common/criterias.vue'
import UserSearch from '../common/user-search.vue'
......@@ -287,7 +289,7 @@ export default {
query: groupQuery,
variables() {
return {
id: this.$route.params.id
id: _.toSafeInteger(this.$route.params.id)
}
},
fetchPolicy: 'network-only',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment