mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-15 18:46:36 -05:00
Fix several regressions in master (#613)
* Fix service option type enum * Fix broken Explain button and Actual plan command
This commit is contained in:
@@ -68,10 +68,9 @@ export class ConnectionConfig implements IConnectionConfig {
|
||||
allGroups = allGroups.concat(userGroups);
|
||||
}
|
||||
allGroups = allGroups.map(g => {
|
||||
// @SQLTODO
|
||||
// if (g.parentId === '' || !g.parentId) {
|
||||
// g.parentId = undefined;
|
||||
// }
|
||||
if (g.parentId === '' || !g.parentId) {
|
||||
g.parentId = undefined;
|
||||
}
|
||||
return g;
|
||||
});
|
||||
return allGroups;
|
||||
|
||||
Reference in New Issue
Block a user