File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
src/mainviews/detail-view Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,9 @@ export function JobDefinition(props: IJobDefinitionProps): JSX.Element {
290
290
{ JobDefinition }
291
291
{ JobsList }
292
292
{ props . model . notificationsSettings && (
293
- < NotificationsSettingsDetails notification = { props . model . notificationsSettings } />
293
+ < NotificationsSettingsDetails
294
+ notification = { props . model . notificationsSettings }
295
+ />
294
296
) }
295
297
{ AdvancedOptions }
296
298
</ >
Original file line number Diff line number Diff line change @@ -353,7 +353,9 @@ export function JobDetail(props: IJobDetailProps): JSX.Element {
353
353
{ CoreOptions }
354
354
{ Parameters }
355
355
{ props . model . notificationsSettings && (
356
- < NotificationsSettingsDetails notification = { props . model . notificationsSettings } />
356
+ < NotificationsSettingsDetails
357
+ notification = { props . model . notificationsSettings }
358
+ />
357
359
) }
358
360
{ AdvancedOptions }
359
361
</ >
You can’t perform that action at this time.
0 commit comments