From 835ad9f2dce1d46ca3cd5834a356ffe16cda98b3 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 1 May 2023 10:06:11 +0200 Subject: [PATCH] Use plugin as a default entity grouping instead of category --- .../http/webapp/src/components/panels/Entities/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue b/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue index f1ac4aaf0..a8025b6d1 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue @@ -126,7 +126,7 @@ export default { modalVisible: false, variableModalVisible: false, selector: { - grouping: 'category', + grouping: 'plugin', selectedEntities: {}, }, }