Skip to content

Commit 2dc0fc8

Browse files
authored
fix: unhide mongodb_version from the DA (#742)
1 parent 526fa34 commit 2dc0fc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ibm_catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
},
175175
{
176176
"key": "mongodb_version",
177-
"hidden": true,
177+
"required": true,
178178
"default_value": "8.0",
179179
"options": [
180180
{
@@ -580,7 +580,7 @@
580580
},
581581
{
582582
"key": "mongodb_version",
583-
"hidden": true,
583+
"required": true,
584584
"default_value": "8.0",
585585
"options": [
586586
{

0 commit comments

Comments
 (0)