diff --git a/packages/desktop-client/src/components/modals/ImportTransactions.jsx b/packages/desktop-client/src/components/modals/ImportTransactions.jsx index b4b1b59474d..176a06e7182 100644 --- a/packages/desktop-client/src/components/modals/ImportTransactions.jsx +++ b/packages/desktop-client/src/components/modals/ImportTransactions.jsx @@ -1218,6 +1218,15 @@ export function ImportTransactions({ modalProps, options }) { > Clear transactions on import + { + setReconcile(state => !state); + }} + > + Reconcile transactions + )} diff --git a/upcoming-release-notes/2585.md b/upcoming-release-notes/2585.md new file mode 100644 index 00000000000..a71db355392 --- /dev/null +++ b/upcoming-release-notes/2585.md @@ -0,0 +1,6 @@ +--- +category: Features +authors: [keriati] +--- + +Add option to disable reconciliation when importing CSV files.