mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-31 09:35:39 -05:00
Fix manage action for arc view (#12389)
This commit is contained in:
@@ -14,7 +14,7 @@ import { refreshActionId } from '../../constants';
|
||||
export class RefreshTreeNode extends TreeNode {
|
||||
|
||||
constructor(private _parent: TreeNode) {
|
||||
super(loc.refreshToEnterCredentials, vscode.TreeItemCollapsibleState.None, 'refresh');
|
||||
super(loc.refreshToEnterCredentials, vscode.TreeItemCollapsibleState.None, '');
|
||||
}
|
||||
|
||||
public command: vscode.Command = {
|
||||
|
||||
Reference in New Issue
Block a user