mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
🐛 (bank-sync) revert bank-sync status indicator change (#3720)
This commit is contained in:
committed by
GitHub
parent
10ca29e1e9
commit
5c94e3878e
@@ -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,
|
||||
@@ -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,
|
||||
|
||||
6
upcoming-release-notes/3720.md
Normal file
6
upcoming-release-notes/3720.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Revert initial bank-sync operation status indicator change.
|
||||
Reference in New Issue
Block a user