Display last
This commit is contained in:
@@ -102,7 +102,7 @@ export class SelectItemSuccess implements Action {
|
||||
export class SelectTemporalItemsSuccess implements Action {
|
||||
readonly type = SELECTTEMPORALITEMSSUCCESS;
|
||||
|
||||
constructor(public temporalItems: IListItem[]) { }
|
||||
constructor(public temporalItems: IItem[]) { }
|
||||
}
|
||||
|
||||
export class AddFeatureSuccess implements Action {
|
||||
|
Reference in New Issue
Block a user