Dashboard agent tab style updates (#1934)

This commit is contained in:
Karl Burtram
2018-07-15 10:51:20 -07:00
committed by GitHub
parent 74c4b7311e
commit 4d67eca8bb
6 changed files with 42 additions and 7 deletions

View File

@@ -35,7 +35,6 @@ export class ProxyData implements IAgentDialogData {
public async save() {
let agentService = await AgentUtils.getAgentService();
let result = await agentService.createProxy(this.ownerUri, this.toAgentProxyInfo());
console.log(result);
if (!result || !result.success) {
// TODO handle error here
}