Skip to content

Commit 82fdff9

Browse files
committed
use NotificationPicker
1 parent 36d9a5f commit 82fdff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mainviews/create-job.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Cluster } from '../components/cluster';
1111
import { ComputeTypePicker } from '../components/compute-type-picker';
1212
import { CreateScheduleOptions } from '../components/create-schedule-options';
1313
import { EnvironmentPicker } from '../components/environment-picker';
14-
import { NotificationsPicker } from '../components/notifications-picker';
14+
import { NotificationPicker } from '../components/notification-picker';
1515
import {
1616
OutputFormatPicker,
1717
outputFormatsForEnvironment
@@ -517,7 +517,7 @@ export function CreateJob(props: ICreateJobProps): JSX.Element {
517517
value={props.model.computeType}
518518
/>
519519
{envsByName[props.model.environment]?.notifications_enabled && (
520-
<NotificationsPicker
520+
<NotificationPicker
521521
notificationEvents={
522522
envsByName[props.model.environment].notification_events
523523
}

0 commit comments

Comments
 (0)