diff --git a/frontend/app/components/Session_/BugReport/BugReportModal.tsx b/frontend/app/components/Session_/BugReport/BugReportModal.tsx index 8c04595c3..adb7ca39c 100644 --- a/frontend/app/components/Session_/BugReport/BugReportModal.tsx +++ b/frontend/app/components/Session_/BugReport/BugReportModal.tsx @@ -69,7 +69,7 @@ function BugReportModal({ hideModal, session, width, height, account, xrayProps } bugReportStore.updateReportDefaults(defaults) - bugReportStore.setSteps(mapEvents(events)) + bugReportStore.setDefaultSteps(mapEvents(events)) return (
{ - if (inputRef.current && bugReportStore.isTitleEdit) { + if (inputRef.current && bugReportStore.isCommentEdit) { inputRef.current?.focus(); } }, [bugReportStore.isCommentEdit]); @@ -26,13 +26,13 @@ function Comments() { return (
- Comments{' '} + Comments
(Optional)
{bugReportStore.isCommentEdit ? (