You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [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]>
Copy file name to clipboardExpand all lines: public/pages/CreateDetector/components/DefineDetector/components/DetectorDataSource/DetectorDataSource.tsx
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,7 @@ export default class DetectorDataSource extends Component<
101
101
error={isInvalid&&(errorMessage||'Select an input source.')}
102
102
>
103
103
<EuiComboBox
104
+
singleSelection={{asPlainText: true}}
104
105
placeholder={'Select an input source for the detector.'}
0 commit comments