-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rga): state reset keep configid (#4286)
Fixing a regression when resetting the answer in the new answerAPI flow. ## Problem When we need to reset a RGA answer e.g. right after a new query has been submitted The `answerConfigurationId` must be kept in the state whenever the answer API flow is used. ## The Fix We pass the actual state answerConfigurationID to the new state created by the reset action. Co-authored-by: Danny Gauthier <[email protected]>
- Loading branch information
1 parent
c4fa7b6
commit a822cea
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters