Skip to content

Commit 9eba951

Browse files
fix: update rabbitmq_version input to be optional in the DA and set default value to __NULL__ (which will display as preferred in the UI) (#314)
1 parent ad01e13 commit 9eba951

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
@@ -189,8 +189,13 @@
189189
},
190190
{
191191
"key": "rabbitmq_version",
192-
"required": true,
192+
"required": false,
193+
"default_value": "__NULL__",
193194
"options": [
195+
{
196+
"displayname": "preferred",
197+
"value": "__NULL__"
198+
},
194199
{
195200
"displayname": "6.2",
196201
"value": "6.2"

0 commit comments

Comments
 (0)