Merge branch 'group-default-type' of github.com:nwmac/dashboard into group-default-type

This commit is contained in:
Neil MacDougall 2021-06-10 11:16:40 +01:00
commit b49cc15a0d
1 changed files with 1 additions and 1 deletions

View File

@ -1269,7 +1269,7 @@ export const mutations = {
},
// setGroupDefaultType({group: 'core', defaultType: 'name'});
// By default ehwn e agroup is clicked, the first item is selected - this allows
// By default when a group is clicked, the first item is selected - this allows
// this behvaiour to be changed and a named child type can be chosen
// These operate on group names *after* mapping but *before* translation
setGroupDefaultType(state, { group, groups, defaultType }) {