mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 01:25:37 -05:00
simplify object management feature APIs (#22781)
This commit is contained in:
@@ -171,7 +171,8 @@ export class TreeNode {
|
||||
label: this.label,
|
||||
isLeaf: this.isAlwaysLeaf,
|
||||
metadata: this.metadata,
|
||||
errorMessage: this.errorStateMessage
|
||||
errorMessage: this.errorStateMessage,
|
||||
objectType: this.objectType
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user