mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 11:38:36 -05:00
fix the issue with explorer widget context menu (#11373)
This commit is contained in:
@@ -117,7 +117,7 @@ export class ExplorerTable extends Disposable {
|
||||
};
|
||||
} else {
|
||||
context = {
|
||||
profile: dataContext,
|
||||
profile: dataContext.toIConnectionProfile(),
|
||||
uri: this.bootStrapService.getUnderlyingUri()
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user