mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 01:25:36 -05:00
table designer validation support (#18438)
* table designer validation * vbump sts
This commit is contained in:
@@ -120,8 +120,8 @@ export class TabbedPanel extends Disposable {
|
||||
this._styleElement.remove();
|
||||
}
|
||||
|
||||
public contains(tab: IPanelTab): boolean {
|
||||
return this._tabMap.has(tab.identifier);
|
||||
public contains(tabId: string): boolean {
|
||||
return this._tabMap.has(tabId);
|
||||
}
|
||||
|
||||
public pushTab(tab: IPanelTab, index?: number, destroyTabBody?: boolean): PanelTabIdentifier {
|
||||
|
||||
Reference in New Issue
Block a user