mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix the select box issue (#9508)
* Fix the select box issue * map => forEach * Fix tests and a product issue * Maybe another potential fix * Fix a few more issues * Change backendValue to value * localization * Use Array.isArray
This commit is contained in:
@@ -687,11 +687,11 @@
|
||||
"objectType": null,
|
||||
"categoryValues": [
|
||||
{
|
||||
"displayName": null,
|
||||
"displayName": "%mssql.disabled%",
|
||||
"name": "Disabled"
|
||||
},
|
||||
{
|
||||
"displayName": null,
|
||||
"displayName": "%mssql.enabled%",
|
||||
"name": "Enabled"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user