Skip to content

Commit fd7effd

Browse files
opensearch-trigger-bot[bot]jovancvetkovic3006
authored andcommitted
Feature/hide view docs button (opensearch-project#320) (opensearch-project#323)
* [FEATURE] Detector must have at least one alert set opensearch-project#288 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Hide View surrounding documents button on Finding flyout opensearch-project#319 Signed-off-by: Jovan Cvetkovic <[email protected]> Signed-off-by: Jovan Cvetkovic <[email protected]> (cherry picked from commit 05c2b26) Co-authored-by: Jovan Cvetkovic <[email protected]> Signed-off-by: AWSHurneyt <[email protected]>
1 parent 6f8a3c3 commit fd7effd

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)