Skip to content

Commit

Permalink
Update x-pack/plugins/serverless_search/public/application/components…
Browse files Browse the repository at this point in the history
…/overview.tsx

Co-authored-by: Rodney Norris <rodney@tattdcodemonkey.com>
  • Loading branch information
sphilipse and TattdCodeMonkey authored Sep 17, 2024
1 parent 96b8649 commit ef35d93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export const ElasticsearchOverview = () => {
bottomBorder="extended"
data-test-subj="cloud-details-section"
>
<CloudDetailsPanel cloudId={cloud.cloudId} elasticsearchUrl={elasticsearchUrl} />
<CloudDetailsPanel cloudId={cloud.cloudId} elasticsearchUrl={elasticsearchUrl || undefined} />
</EuiPageTemplate.Section>
<EuiPageTemplate.Section
color="subdued"
Expand Down

0 comments on commit ef35d93

Please sign in to comment.