mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fixes same title for reverse alphabetical properties button (#20813)
This commit is contained in:
@@ -403,7 +403,7 @@ export class SortPropertiesReverseAlphabeticallyAction extends Action {
|
|||||||
public static LABEL = localize('executionPlanPropertyViewSortReverseAlphabetically', "Reverse Alphabetical");
|
public static LABEL = localize('executionPlanPropertyViewSortReverseAlphabetically', "Reverse Alphabetical");
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
super(SortPropertiesAlphabeticallyAction.ID, SortPropertiesAlphabeticallyAction.LABEL, sortReverseAlphabeticallyIconClassNames);
|
super(SortPropertiesReverseAlphabeticallyAction.ID, SortPropertiesReverseAlphabeticallyAction.LABEL, sortReverseAlphabeticallyIconClassNames);
|
||||||
}
|
}
|
||||||
|
|
||||||
public override async run(context: ExecutionPlanPropertiesViewBase): Promise<void> {
|
public override async run(context: ExecutionPlanPropertiesViewBase): Promise<void> {
|
||||||
|
|||||||
Reference in New Issue
Block a user