Skip to content

Commit

Permalink
Merge 2.x
Browse files Browse the repository at this point in the history
Signed-off-by: Simeon Widdis <[email protected]>
  • Loading branch information
Swiddis committed Sep 10, 2024
1 parent b8a84af commit ed7c111
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,6 @@ export function ReportSettings(props: ReportSettingProps) {
/>
</EuiFormRow>
<EuiSpacer />
<<<<<<< HEAD
{savedSearchRecordLimit > 10000 ? (
<>
<EuiCallOut
Expand All @@ -805,27 +804,12 @@ export function ReportSettings(props: ReportSettingProps) {
<EuiSpacer size="xs" />
</>
) : null}
=======
>>>>>>> origin/2.x
<EuiFormRow
id="reportSourceSavedSearchRecordLimit"
label={i18n.translate(
'opensearch.reports.reportSettingProps.form.savedSearchRecordLimit',
{ defaultMessage: 'Record limit' }
)}
<<<<<<< HEAD
=======
helpText={
savedSearchRecordLimit > 10000 ? (
<EuiText color="warning" size="xs">
<EuiIcon color="warning" type="alert" size="s" /> Generating
very large reports can cause memory issues.
</EuiText>
) : (
''
)
}
>>>>>>> origin/2.x
>
<EuiFieldNumber
value={savedSearchRecordLimit}
Expand Down

0 comments on commit ed7c111

Please sign in to comment.