Skip to content

Commit 385f31c

Browse files
authored
Merge pull request #224 from com-pas/fix/unique_id_import_ieds_dialog
fix: making importIEDS dialog's id unique
2 parents 0082633 + 99a7274 commit 385f31c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/menu/CompasImportIEDs.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ export default class CompasImportIEDSMenuPlugin extends ImportingIedPlugin {
1111
doc!: XMLDocument;
1212
parent!: HTMLElement;
1313

14-
@query('mwc-dialog#compas-open-dlg')
14+
@query('mwc-dialog#compas-import-ieds-dlg')
1515
compasOpen!: Dialog;
1616

1717
renderInput(): TemplateResult {
1818
return html`<mwc-dialog
19-
id="compas-open-dlg"
19+
id="compas-import-ieds-dlg"
2020
heading="${translate('compas.open.title')}"
2121
>
2222
<compas-open

0 commit comments

Comments
 (0)