mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 17:23:51 -05:00
Init assets in dialog model (#15533)
* check that there are assets before filtering * init assets as empty array
This commit is contained in:
@@ -9,7 +9,7 @@ import { IRelease, IAsset } from '../book/remoteBookController';
|
||||
export class RemoteBookDialogModel {
|
||||
private _remoteLocation: string;
|
||||
private _releases: IRelease[] = [];
|
||||
private _assets: IAsset[];
|
||||
private _assets: IAsset[] = [];
|
||||
private _book: RemoteBook;
|
||||
|
||||
constructor() {
|
||||
|
||||
Reference in New Issue
Block a user