Skip to content
Snippets Groups Projects
Commit 9788cb2d authored by Elmar Ludwig's avatar Elmar Ludwig Committed by Jan-Hendrik Willms
Browse files

drop unused code, fixes #759

parent 345495a0
No related branches found
No related tags found
No related merge requests found
...@@ -110,9 +110,6 @@ export default { ...@@ -110,9 +110,6 @@ export default {
childElements() { childElements() {
return this.childrenById(this.structuralElement.id).map((id) => this.structuralElementById({ id })); return this.childrenById(this.structuralElement.id).map((id) => this.structuralElementById({ id }));
}, },
countChildren() {
return this.childrenById(this.structuralElement.id).length;
},
title() { title() {
return this.block?.attributes?.payload?.title; return this.block?.attributes?.payload?.title;
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment