mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 17:22:48 -05:00
allow database name to be empty (#20221)
* allow database to be empty * test changes * fix import * fix test cases * comment
This commit is contained in:
@@ -420,4 +420,8 @@ export class Dropdown extends Disposable implements IListVirtualDelegate<string>
|
||||
public get selectList(): List<IDropdownListItem> {
|
||||
return this._selectList;
|
||||
}
|
||||
|
||||
public get options(): IDropdownOptions {
|
||||
return this._options;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user