Skip to content

Commit 26026c1

Browse files
committed
chore: Remove upload nsd button
1 parent 8fbe81b commit 26026c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compas-open-scd/src/open-scd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export class OpenSCD extends LitElement {
128128
render(): TemplateResult {
129129
return html`<compas-session>
130130
<oscd-waiter>
131-
<compas-settings-addon .host=${this}>
131+
<compas-settings-addon .host=${this} .nsdUploadButton=${false}>
132132
<oscd-wizards .host=${this}>
133133
<compas-history .host=${this} .editCount=${this.editCount}>
134134
<oscd-editor

0 commit comments

Comments
 (0)