add clear filter icon and update filter icon from Smitha (#3828)

This commit is contained in:
Alan Ren
2019-01-25 11:34:58 -08:00
committed by GitHub
parent 487fb02313
commit bfa77aebfc
6 changed files with 14 additions and 3 deletions

View File

@@ -323,7 +323,7 @@ export class ProfilerClearSessionFilter extends Action {
constructor(
id: string, label: string
) {
super(id, label);
super(id, label, 'clear-filter');
}
public run(input: ProfilerInput): TPromise<boolean> {