diff options
Diffstat (limited to 'gui/src/renderer/containers')
| -rw-r--r-- | gui/src/renderer/containers/SupportPage.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/src/renderer/containers/SupportPage.tsx b/gui/src/renderer/containers/SupportPage.tsx index 94053f1ccd..1df4827223 100644 --- a/gui/src/renderer/containers/SupportPage.tsx +++ b/gui/src/renderer/containers/SupportPage.tsx @@ -23,8 +23,8 @@ const mapDispatchToProps = (dispatch: ReduxDispatch, props: IAppContext & RouteC onClose() { props.history.goBack(); }, - viewLog(path: string) { - consumePromise(props.app.openPath(path)); + viewLog(id: string) { + consumePromise(props.app.viewLog(id)); }, saveReportForm, clearReportForm, |
