Skip to content

Commit 4844737

Browse files
opensearch-trigger-bot[bot]jovancvetkovic3006
authored andcommitted
Feature/data source single select field (opensearch-project#333) (opensearch-project#336)
* [FEATURE] Detector must have at least one alert set opensearch-project#288 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Data source in Create detector page should be a single select opensearch-project#332 Signed-off-by: Jovan Cvetkovic <[email protected]> Signed-off-by: Jovan Cvetkovic <[email protected]> (cherry picked from commit f7320c1) Co-authored-by: Jovan Cvetkovic <[email protected]> Signed-off-by: AWSHurneyt <[email protected]>
1 parent 3a3743a commit 4844737

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/pages/CreateDetector/components/DefineDetector/components/DetectorDataSource/DetectorDataSource.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ export default class DetectorDataSource extends Component<
101101
error={isInvalid && (errorMessage || 'Select an input source.')}
102102
>
103103
<EuiComboBox
104+
singleSelection={{ asPlainText: true }}
104105
placeholder={'Select an input source for the detector.'}
105106
isLoading={loading}
106107
options={indexOptions}

0 commit comments

Comments
 (0)