File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
components/app/details/triggerView Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,8 @@ export default function App() {
98
98
}
99
99
} else {
100
100
didMountRef . current = true
101
+ // Removing any toast explicitly due to race condition of offline toast for some users
102
+ ToastManager . dismissToast ( onlineToastRef . current )
101
103
}
102
104
} , [ isOnline ] )
103
105
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ export default function CiWebhookModal({
293
293
className = "mr-20 dc__transparent dc__align-right"
294
294
onClick = { ( ) => onEditShowEditableCiModal ( ciPipelineId , workflowId ) }
295
295
>
296
- // Here the CI model requires the CiPipelineId not the CiPipelineMaterialId
296
+ { /* Here the CI model requires the CiPipelineId not the CiPipelineMaterialId */ }
297
297
< Edit className = " icon-dim-24" />
298
298
</ button >
299
299
</ div >
You can’t perform that action at this time.
0 commit comments