File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,11 +99,11 @@ export class CompasSettingsElement extends LitElement {
99
99
label = "${ translate ( 'compas.settings.sclDataServiceUrl' ) } "
100
100
value = "${ this . compasSettings . sclDataServiceUrl } " required >
101
101
</ mwc- textfield>
102
- <mwc- textfield dialogInitialFocus id= "cimMappingServiceUrl"
102
+ <mwc- textfield id= "cimMappingServiceUrl"
103
103
label = "${ translate ( 'compas.settings.cimMappingServiceUrl' ) } "
104
104
value = "${ this . compasSettings . cimMappingServiceUrl } " required >
105
105
</ mwc- textfield>
106
- <mwc- textfield dialogInitialFocus id= "sclAutoAlignmentServiceUrl"
106
+ <mwc- textfield id= "sclAutoAlignmentServiceUrl"
107
107
label = "${ translate ( 'compas.settings.sclAutoAlignmentServiceUrl' ) } "
108
108
value = "${ this . compasSettings . sclAutoAlignmentServiceUrl } " required >
109
109
</ mwc- textfield>
You can’t perform that action at this time.
0 commit comments