diff --git a/src/ImageRunModal.jsx b/src/ImageRunModal.jsx index 897d66da0..ff0938828 100644 --- a/src/ImageRunModal.jsx +++ b/src/ImageRunModal.jsx @@ -511,7 +511,7 @@ export class ImageRunModal extends React.Component { }); }) .catch(ex => { - this.props.onDownloadContainerFinished(createConfig); + onDownloadContainerFinished(createConfig); const error = cockpit.format(_("Failed to pull image $0"), tempImage.image); this.props.onAddNotification({ type: 'danger', error, errorDetail: ex.reason }); });