mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
update restore files when source changes (#6622)
This commit is contained in:
@@ -798,7 +798,8 @@ export class RestoreDialog extends Modal {
|
|||||||
DOM.show(this._fileListTableContainer);
|
DOM.show(this._fileListTableContainer);
|
||||||
this._fileListData.push(data);
|
this._fileListData.push(data);
|
||||||
|
|
||||||
// Select the first row for the table by default
|
// Set data and Select the first row for the table by default
|
||||||
|
this._fileListTable.setData(this._fileListData);
|
||||||
this._fileListTable.setSelectedRows([0]);
|
this._fileListTable.setSelectedRows([0]);
|
||||||
this._fileListTable.setActiveCell(0, 0);
|
this._fileListTable.setActiveCell(0, 0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user