Skip to content

Commit

Permalink
Fix error boundary key in updateEditedPriorNotificationComputedValues…
Browse files Browse the repository at this point in the history
…() use case
  • Loading branch information
ivangabriele committed Jun 21, 2024
1 parent 932118a commit 5599b1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const updateEditedPriorNotificationComputedValues =
dispatch(priorNotificationActions.setEditedPriorNotificationComputedValues(nextPriorNotificationComputedValues))
} catch (err) {
if (err instanceof FrontendApiError) {
dispatch(displayOrLogError(err, undefined, true, DisplayedErrorKey.SIDE_WINDOW_PRIOR_NOTIFICATION_CARD_ERROR))
dispatch(displayOrLogError(err, undefined, true, DisplayedErrorKey.SIDE_WINDOW_PRIOR_NOTIFICATION_FORM_ERROR))

return
}
Expand Down

0 comments on commit 5599b1b

Please sign in to comment.