Skip to content

Commit 9f2913a

Browse files
Feature/hide view docs button (#320)
* [FEATURE] Detector must have at least one alert set #288 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Hide View surrounding documents button on Finding flyout #319 Signed-off-by: Jovan Cvetkovic <[email protected]> Signed-off-by: Jovan Cvetkovic <[email protected]> (cherry picked from commit 05c2b26)
1 parent 4927765 commit 9f2913a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/pages/Findings/components/FindingDetailsFlyout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export default class FindingDetailsFlyout extends Component<
215215
<h3>Documents</h3>
216216
</EuiTitle>
217217
</EuiFlexItem>
218-
<EuiFlexItem grow={false}>
218+
<EuiFlexItem grow={false} style={{ display: 'none' }}>
219219
<EuiButton
220220
href={
221221
indexPatternId

0 commit comments

Comments
 (0)