Skip to content

Commit

Permalink
feat(fb_custom_audience): hide particular fields from ui config when …
Browse files Browse the repository at this point in the history
…VDMv2 is enabled (#1702)
  • Loading branch information
sandeepdsvs authored Sep 23, 2024
1 parent 05bd608 commit 1791773
Showing 1 changed file with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,22 @@
],
"default": "NA"
}
]
],
"preRequisites": {
"fields": [
{
"configKey": "connectionMode.cloud",
"value": "cloud"
}
],
"prerequisitesCondition": "or",
"featureFlags": [
{
"configKey": "AMP_vdm-next",
"value": false
}
]
}
}
]
},
Expand Down

0 comments on commit 1791773

Please sign in to comment.