Skip to content

Commit

Permalink
[Workplace Search] Promote the Synchronize CTA (elastic#2178) (elasti…
Browse files Browse the repository at this point in the history
  • Loading branch information
sphilipse authored and TinLe committed Dec 22, 2021
1 parent a08a6b5 commit ac97198
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 ac97198

Please sign in to comment.