diff --git a/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/quick_start/transform.js b/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/quick_start/transform.js index a712020c90..660f08f64c 100644 --- a/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/quick_start/transform.js +++ b/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/quick_start/transform.js @@ -214,7 +214,6 @@ const gcpObj = { icon: '/public/gcp.svg', label: 'GCP Mirroring', text: 'This setup only takes ten minutes. Once you connect GCP, Akto will process GCP traffic to create an API Inventory in real time.', - badge: "Recommended", docsUrl: 'https://docs.akto.io/traffic-connections/google-cloud-gcp', key: "GCP", component: { return { - label: x.id, + label: x.id === "DEFAULT_BLOCK_FILTER" ? "DEFAULT_IGNORE_FILTER" : x.id, value: x.id } })} setSelected={(value) => { handleSelection(value) }} - value={currentId} + value={currentId === "DEFAULT_BLOCK_FILTER" ? "DEFAULT_IGNORE_FILTER" : currentId } />