Skip to content

Commit 51e2f13

Browse files
Flurbdlabordus
authored andcommitted
typo
Signed-off-by: Rob Tjalma <rob@tjalma.com>
1 parent 255ac88 commit 51e2f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas/CompasSettingsElement.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export class CompasSettingsElement extends LitElement {
103103

104104
export function saveAction() {
105105
return function (inputs: WizardInput[], wizard: Element) {
106-
const compasSettingsElement = <CompasSettingsElement>wizard.shadowRoot!.querySelector('compas-setting')
106+
const compasSettingsElement = <CompasSettingsElement>wizard.shadowRoot!.querySelector('compas-settings')
107107
if (compasSettingsElement.save()) {
108108
compasSettingsElement.close();
109109
}

0 commit comments

Comments
 (0)