mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* fix adf lint (#7152)
This commit is contained in:
@@ -60,7 +60,6 @@ export class CardViewSelectItemComponent extends BaseCardView<CardViewSelectItem
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
console.log
|
||||
this.getOptions()
|
||||
.pipe(takeUntil(this.onDestroy$))
|
||||
.subscribe((options: CardViewSelectItemOption<string>[]) => {
|
||||
|
@@ -1049,7 +1049,7 @@ describe('FormFieldValidator', () => {
|
||||
});
|
||||
});
|
||||
|
||||
describe('DateTimeFieldValidator', () => {
|
||||
describe('DateTimeFieldValidator', () => {
|
||||
|
||||
let validator: DateTimeFieldValidator;
|
||||
|
||||
@@ -1070,7 +1070,7 @@ describe('FormFieldValidator', () => {
|
||||
it('should validate dateTime format with default format', () => {
|
||||
const field = new FormFieldModel(new FormModel(), {
|
||||
type: FormFieldTypes.DATETIME,
|
||||
value: '2021-06-09 14:10',
|
||||
value: '2021-06-09 14:10'
|
||||
});
|
||||
expect(validator.validate(field)).toBeTruthy();
|
||||
});
|
||||
|
Reference in New Issue
Block a user