File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { Cluster } from '../components/cluster';
11
11
import { ComputeTypePicker } from '../components/compute-type-picker' ;
12
12
import { CreateScheduleOptions } from '../components/create-schedule-options' ;
13
13
import { EnvironmentPicker } from '../components/environment-picker' ;
14
- import { NotificationsPicker } from '../components/notifications -picker' ;
14
+ import { NotificationPicker } from '../components/notification -picker' ;
15
15
import {
16
16
OutputFormatPicker ,
17
17
outputFormatsForEnvironment
@@ -517,7 +517,7 @@ export function CreateJob(props: ICreateJobProps): JSX.Element {
517
517
value = { props . model . computeType }
518
518
/>
519
519
{ envsByName [ props . model . environment ] ?. notifications_enabled && (
520
- < NotificationsPicker
520
+ < NotificationPicker
521
521
notificationEvents = {
522
522
envsByName [ props . model . environment ] . notification_events
523
523
}
You can’t perform that action at this time.
0 commit comments