mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 02:48:30 -05:00
Add enabled property and make default account option empty (#9036)
* Add enabled property and make default account option empty * Rmove unused loc string * Add descriptive comment and support required azure dropdowns.
This commit is contained in:
@@ -169,7 +169,8 @@ export interface FieldInfo {
|
||||
fontStyle?: FontStyle;
|
||||
labelFontWeight?: FontWeight;
|
||||
links?: azdata.LinkArea[];
|
||||
editable?: boolean; // for editable dropdown
|
||||
editable?: boolean; // for editable dropdown,
|
||||
enabled?: boolean;
|
||||
}
|
||||
|
||||
export interface AzureAccountFieldInfo extends FieldInfo {
|
||||
|
||||
Reference in New Issue
Block a user