File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
showcase/app/components/mock/app/main Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 66import Component from ' @glimmer/component' ;
77import style from ' ember-style-modifier/modifiers/style' ;
88
9+ import type Owner from ' @ember/owner' ;
10+
911// HDS components
1012import {
1113 HdsButton ,
@@ -122,7 +124,7 @@ export default class MockAppMainFormComplex extends Component<MockAppMainFormCom
122124 _showButtons;
123125 _showErrors;
124126
125- constructor (owner : unknown , args : MockAppMainFormComplexSignature [' Args' ]) {
127+ constructor (owner : Owner , args : MockAppMainFormComplexSignature [' Args' ]) {
126128 super (owner , args );
127129 this ._showIntro = this .args .showIntro ?? this .args .showAll ?? false ;
128130 this ._showCheckbox = this .args .showCheckbox ?? this .args .showAll ?? false ;
You can’t perform that action at this time.
0 commit comments