From bca9ce5b2cf0a6cd00c0f459b3c6db0bb3d662ff Mon Sep 17 00:00:00 2001 From: Simeon Widdis Date: Wed, 11 Oct 2023 13:15:30 -0700 Subject: [PATCH] Fix dropdown display behavior Signed-off-by: Simeon Widdis --- .../setup_integration.test.tsx.snap | 46 +------------------ .../components/setup_integration.tsx | 18 +++----- 2 files changed, 9 insertions(+), 55 deletions(-) diff --git a/public/components/integrations/components/__tests__/__snapshots__/setup_integration.test.tsx.snap b/public/components/integrations/components/__tests__/__snapshots__/setup_integration.test.tsx.snap index c46b8a2b3..65d9b65be 100644 --- a/public/components/integrations/components/__tests__/__snapshots__/setup_integration.test.tsx.snap +++ b/public/components/integrations/components/__tests__/__snapshots__/setup_integration.test.tsx.snap @@ -200,20 +200,7 @@ exports[`Integration Setup Page Renders integration setup page as expected 1`] = onBlur={[Function]} onChange={[Function]} onFocus={[Function]} - options={ - Array [ - Object { - "disabled": true, - "text": "S3 Connection", - "value": "s3", - }, - Object { - "disabled": true, - "text": "OpenSearch Index", - "value": "index", - }, - ] - } + options={Array []} value="index" > - - - + /> -