This commit is contained in:
snoop 2018-03-19 13:10:09 +09:00
parent 6cbc8a5e84
commit f06d81b3fc

View File

@ -125,7 +125,7 @@ export class ListComponent implements OnInit, AfterContentInit {
this.dataSource.sort = this.sort; this.dataSource.sort = this.sort;
}, },
(error: RPCError) => { (error: RPCError) => {
console.log(error.response.message); // console.log(error.response.message);
} }
); );