Skip to content

Commit

Permalink
Chore(Conversation): Fix the first prompt message (watson-developer-c…
Browse files Browse the repository at this point in the history
…loud#14)

- Removes the first prompt message and replace with a blank message

DCO 1.1 Signed-off-by: Sudheer Reddy Puthana <sputhan@us.ibm.com>
  • Loading branch information
Sud-Puth authored and dgterry committed Jul 11, 2016
1 parent f40789a commit 7b6f42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/ts/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export class AppComponent {
this.checkSetup(_dialogService);
}, 60000);
} else {
let payload = {'input': {'text': 'hi'}};
let payload = {'input': {'text': ''}};
let chatColumn = <HTMLElement>document.querySelector ('#scrollingChat');
this.callConversationService (chatColumn, payload);
document.body.style.backgroundColor = 'white';
Expand Down

0 comments on commit 7b6f42a

Please sign in to comment.