Skip to content

Commit cff0bb7

Browse files
authored
fix(editor/substation): Updated IED name is shown in IED container
1 parent 44b4f87 commit cff0bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editors/substation/zeroline-pane.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export class ZerolinePane extends LitElement {
113113

114114
return ieds.length
115115
? html`<div id="iedcontainer">
116-
${ieds.map(ied => html`<ied-editor .element=${ied}></ied-editor>`)}
116+
${ieds.map(ied => html`<ied-editor .doc=${this.doc} .element=${ied}></ied-editor>`)}
117117
</div>`
118118
: html``;
119119
}

0 commit comments

Comments
 (0)