Skip to content

Commit

Permalink
🐛 (bank-sync) revert bank-sync status indicator change (#3720)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis authored Oct 24, 2024
1 parent 10ca29e commit 5c94e38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/loot-core/src/client/actions/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ export function linkAccount(
offBudget?: boolean,
) {
return async (dispatch: Dispatch) => {
if (upgradingId) {
await dispatch(setAccountsSyncing([upgradingId]));
}

await send('gocardless-accounts-link', {
requisitionId,
account,
Expand All @@ -83,10 +79,6 @@ export function linkAccountSimpleFin(
offBudget?: boolean,
) {
return async (dispatch: Dispatch) => {
if (upgradingId) {
await dispatch(setAccountsSyncing([upgradingId]));
}

await send('simplefin-accounts-link', {
externalAccount,
upgradingId,
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/3720.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [MatissJanis]
---

Revert initial bank-sync operation status indicator change.

0 comments on commit 5c94e38

Please sign in to comment.