Skip to content
Snippets Groups Projects
Unverified Commit 6325a368 authored by Jed Fox's avatar Jed Fox Committed by GitHub
Browse files

Don’t reset checked transactions when creating a schedule (#946)

parent 76c69a6e
No related branches found
No related tags found
No related merge requests found
......@@ -292,8 +292,6 @@ export default function ScheduleDetails() {
state.fields,
);
dispatch({ type: 'set-transactions', transactions: [] });
if (error) {
dispatch({ type: 'form-error', error });
return;
......
---
category: Bugfix
authors: [j-f1]
---
Don’t reset checked transactions when creating a schedule
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment