Skip to content

Commit b8425b0

Browse files
fix: hide the auto-wired inputs from DA UI (#814)
1 parent 5ce10e3 commit b8425b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ibm_catalog.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,7 @@
881881
},
882882
{
883883
"key": "existing_vpc_crn",
884+
"hidden": true,
884885
"value_constraints": [
885886
{
886887
"type": "regex",
@@ -891,6 +892,7 @@
891892
},
892893
{
893894
"key": "existing_cos_instance_crn",
895+
"hidden": true,
894896
"value_constraints": [
895897
{
896898
"type": "regex",

0 commit comments

Comments
 (0)