Skip to content

Commit 19e9adf

Browse files
fix: update mongodb_version input to be optional in the DA and set default value to __NULL__ (which will display as preferred in the UI) (#484)
1 parent 228ad90 commit 19e9adf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ibm_catalog.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,13 @@
183183
},
184184
{
185185
"key": "mongodb_version",
186-
"required": true,
186+
"required": false,
187+
"default_value": "__NULL__",
187188
"options": [
189+
{
190+
"displayname": "preferred",
191+
"value": "__NULL__"
192+
},
188193
{
189194
"displayname": "6.0",
190195
"value": "6.0"

0 commit comments

Comments
 (0)