mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
add disposeTableDesigner (#17394)
This commit is contained in:
@@ -521,6 +521,9 @@ export class MainThreadDataProtocol extends Disposable implements MainThreadData
|
||||
},
|
||||
saveTable(tableInfo: azdata.designers.TableInfo, data: azdata.designers.DesignerViewModel): Thenable<void> {
|
||||
return self._proxy.$saveTable(handle, tableInfo, data);
|
||||
},
|
||||
disposeTableDesigner(tableInfo: azdata.designers.TableInfo): Thenable<void> {
|
||||
return self._proxy.$disposeTableDesigner(handle, tableInfo);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user