diff --git a/Web/src/components/yoTreeLayout/index.js b/Web/src/components/yoTreeLayout/index.js index b66aa27..7a05d81 100644 --- a/Web/src/components/yoTreeLayout/index.js +++ b/Web/src/components/yoTreeLayout/index.js @@ -234,7 +234,8 @@ export default { } const scopedSlots = { - title: ({ title }) => { + title: (props) => { + const title = props[this.replaceFields.title] return (