Skip to content

Commit

Permalink
[Workplace Search] Promote the Synchronize CTA (#2178) (#119857) (#11…
Browse files Browse the repository at this point in the history
…9987)

Co-authored-by: sphilipse <[email protected]>
  • Loading branch information
kibanamachine and sphilipse authored Nov 30, 2021
1 parent 51f47c6 commit b4cfb6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ export const Overview: React.FC = () => {
</EuiFlexItem>
<EuiFlexItem grow={7}>
<EuiFlexGroup gutterSize="m" direction="column">
{showSyncTriggerCallout && syncTriggerCallout}
<EuiFlexItem>{groups.length > 0 && groupsSummary}</EuiFlexItem>
{details.length > 0 && <EuiFlexItem>{detailsSummary}</EuiFlexItem>}
{!custom && serviceTypeSupportsPermissions && (
Expand Down Expand Up @@ -587,7 +588,6 @@ export const Overview: React.FC = () => {
)}
</>
)}
{showSyncTriggerCallout && syncTriggerCallout}
</EuiFlexGroup>
</EuiFlexItem>
</EuiFlexGroup>
Expand Down

0 comments on commit b4cfb6c

Please sign in to comment.