mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Change tables to make them work for our scenario (#12193)
* Change tables to make them work for our scenario * Comments & deprecate API * Disable selections by default
This commit is contained in:
@@ -416,7 +416,7 @@ export class PublishDatabaseDialog {
|
||||
|
||||
table.onDataChanged(() => {
|
||||
this.sqlCmdVars = {};
|
||||
table.data.forEach((row) => {
|
||||
table.data?.forEach((row) => {
|
||||
(<Record<string, string>>this.sqlCmdVars)[row[0]] = row[1];
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user