Skip to content

Commit

Permalink
changed reset to proceed due to abort control using navigate
Browse files Browse the repository at this point in the history
  • Loading branch information
lkleuver committed Mar 6, 2025
1 parent ed2d539 commit ea54168
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export function DataEntryNavigation({ onSubmit, currentValues }: DataEntryNaviga
<Modal
title={t("data_entry.abort.title")}
onClose={() => {
blocker.reset();
blocker.proceed();
}}

Check warning on line 139 in frontend/app/component/form/data_entry/DataEntryNavigation.tsx

View check run for this annotation

Codecov / codecov/patch

frontend/app/component/form/data_entry/DataEntryNavigation.tsx#L138-L139

Added lines #L138 - L139 were not covered by tests
>
{tx("data_entry.abort.description")}
Expand Down

0 comments on commit ea54168

Please sign in to comment.