mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3298] Select CardView item label removed (#3555)
* placeholder removed * test added
This commit is contained in:
committed by
Eugenio Romano
parent
ef866fdbdb
commit
1bba43af8c
@@ -21,7 +21,7 @@ import { CardViewSelectItemProperties } from '../interfaces/card-view.interfaces
|
||||
import { of } from 'rxjs/observable/of';
|
||||
|
||||
describe('CardViewSelectItemModel', () => {
|
||||
let properties: CardViewSelectItemProperties;
|
||||
let properties: CardViewSelectItemProperties<string>;
|
||||
const mockData = [{ key: 'one', label: 'One' }, { key: 'two', label: 'Two' }, { key: 'three', label: 'Three' }];
|
||||
|
||||
beforeEach(() => {
|
||||
|
Reference in New Issue
Block a user