mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix eslint warnigs for core project (#7506)
This commit is contained in:
@@ -29,7 +29,7 @@ export const HOST_REGEX = '^(http|https):\/\/.*[^/]$';
|
||||
selector: 'adf-host-settings',
|
||||
templateUrl: 'host-settings.component.html',
|
||||
host: {
|
||||
'class': 'adf-host-settings'
|
||||
class: 'adf-host-settings'
|
||||
},
|
||||
styleUrls: ['./host-settings.component.scss'],
|
||||
encapsulation: ViewEncapsulation.None
|
||||
@@ -77,7 +77,7 @@ export class HostSettingsComponent implements OnInit {
|
||||
|
||||
this.form = this.formBuilder.group({
|
||||
providersControl: [providerSelected, Validators.required],
|
||||
authType: authType
|
||||
authType
|
||||
});
|
||||
|
||||
this.addFormGroups();
|
||||
|
Reference in New Issue
Block a user