Fixed error on missing group prop in tree node

This commit is contained in:
Stefan Zermatten
2022-10-10 16:51:02 +02:00
parent e956bacf07
commit a6b501a62c

View File

@@ -100,7 +100,7 @@ export default {
},
group: {
type: String,
required: true,
default: undefined,
},
organize: Boolean,
children: {