Skip to content

Commit f7320c1

Browse files
Feature/data source single select field (#333)
* [FEATURE] Detector must have at least one alert set #288 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Data source in Create detector page should be a single select #332 Signed-off-by: Jovan Cvetkovic <[email protected]> Signed-off-by: Jovan Cvetkovic <[email protected]>
1 parent d210b5d commit f7320c1

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)