Skip to content

Commit 9adf87f

Browse files
Lint fix
1 parent 6d5434a commit 9adf87f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

x-pack/plugins/enterprise_search/public/applications/workplace_search/components/layout/kibana_header_actions.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ export const WorkplaceSearchHeaderActions: React.FC = () => {
1414
if (!externalUrl.enterpriseSearchUrl) return null;
1515

1616
return (
17-
<EuiButtonEmpty href={getWorkplaceSearchUrl('/search')} target="_blank" iconType="search" style={{ marginRight: 5 }}>
17+
<EuiButtonEmpty
18+
href={getWorkplaceSearchUrl('/search')}
19+
target="_blank"
20+
iconType="search"
21+
style={{ marginRight: 5 }}
22+
>
1823
<EuiText size="s">
1924
{i18n.translate('xpack.enterpriseSearch.workplaceSearch.headerActions.searchApplication', {
2025
defaultMessage: 'Go to search application',

0 commit comments

Comments
 (0)