diff --git a/src/sql/workbench/contrib/executionPlan/browser/executionPlanPropertiesViewBase.ts b/src/sql/workbench/contrib/executionPlan/browser/executionPlanPropertiesViewBase.ts index 760caa4acb..0b62babd22 100644 --- a/src/sql/workbench/contrib/executionPlan/browser/executionPlanPropertiesViewBase.ts +++ b/src/sql/workbench/contrib/executionPlan/browser/executionPlanPropertiesViewBase.ts @@ -403,7 +403,7 @@ export class SortPropertiesReverseAlphabeticallyAction extends Action { public static LABEL = localize('executionPlanPropertyViewSortReverseAlphabetically', "Reverse Alphabetical"); constructor() { - super(SortPropertiesAlphabeticallyAction.ID, SortPropertiesAlphabeticallyAction.LABEL, sortReverseAlphabeticallyIconClassNames); + super(SortPropertiesReverseAlphabeticallyAction.ID, SortPropertiesReverseAlphabeticallyAction.LABEL, sortReverseAlphabeticallyIconClassNames); } public override async run(context: ExecutionPlanPropertiesViewBase): Promise {