mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
add clear filter icon and update filter icon from Smitha (#3828)
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user