forked from platypush/platypush
Use plugin as a default entity grouping instead of category
This commit is contained in:
parent
85ecdcb0cb
commit
835ad9f2dc
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ export default {
|
||||||
modalVisible: false,
|
modalVisible: false,
|
||||||
variableModalVisible: false,
|
variableModalVisible: false,
|
||||||
selector: {
|
selector: {
|
||||||
grouping: 'category',
|
grouping: 'plugin',
|
||||||
selectedEntities: {},
|
selectedEntities: {},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue