From 945bb2086aed3cb26bf792fc7420203ab4aef4f0 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 14:53:21 -0700 Subject: [PATCH] Fix dropdown display behavior (#1114) (#1116) (cherry picked from commit 68d88f358775232b2f9bc1ed1bc81b96dbd669a5) Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- .../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 c46b8a2b31..65d9b65be5 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" > - - - + /> -