Skip to content

Commit

Permalink
[Workplace Search] Promote the Synchronize CTA (#2178) (#119857)
Browse files Browse the repository at this point in the history
  • Loading branch information
sphilipse authored Nov 30, 2021
1 parent affd10d commit 2014fb1
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 2014fb1

Please sign in to comment.