We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597310e commit c02fadeCopy full SHA for c02fade
frontend/src/pages/Report/components/Bug/Bug.tsx
@@ -101,6 +101,8 @@ const Bug = ({ bug }: Props) => {
101
field: BugResultTypes.RECEIVE,
102
value,
103
});
104
+ } else {
105
+ handleExistingBugChange(BugResultTypes.RECEIVE, value);
106
}
107
};
108
@@ -111,6 +113,8 @@ const Bug = ({ bug }: Props) => {
111
113
field: BugResultTypes.EXPECT,
112
114
115
116
117
+ handleExistingBugChange(BugResultTypes.EXPECT, value);
118
119
120
0 commit comments