Skip to content

Commit

Permalink
Updated subscription result item data structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Nov 24, 2017
1 parent 0e06f9d commit 7ce8af2
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ import { Component, ViewEncapsulation, Input } from '@angular/core';
})
export class SubscriptionResultItemComponent {

@Input() data = {};
@Input() data = {
response: '',
responseTime: 0
};

isExpanded = false;

Expand Down

0 comments on commit 7ce8af2

Please sign in to comment.