We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255ac88 commit 51e2f13Copy full SHA for 51e2f13
src/compas/CompasSettingsElement.ts
@@ -103,7 +103,7 @@ export class CompasSettingsElement extends LitElement {
103
104
export function saveAction() {
105
return function (inputs: WizardInput[], wizard: Element) {
106
- const compasSettingsElement = <CompasSettingsElement>wizard.shadowRoot!.querySelector('compas-setting')
+ const compasSettingsElement = <CompasSettingsElement>wizard.shadowRoot!.querySelector('compas-settings')
107
if (compasSettingsElement.save()) {
108
compasSettingsElement.close();
109
}
0 commit comments