mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 01:58:40 -05:00
🐛 (nordigen) fallback button to re-init bank-sync for popover blockers (#950)
This commit is contained in:
committed by
GitHub
parent
a69d858328
commit
abc4552a78
@@ -6,7 +6,7 @@ import AnimatedLoading from '../../icons/AnimatedLoading';
|
||||
import { colors } from '../../style';
|
||||
import { Error, Warning } from '../alerts';
|
||||
import Autocomplete from '../autocomplete/Autocomplete';
|
||||
import { View, Modal, Button, P } from '../common';
|
||||
import { View, Modal, Button, P, Link } from '../common';
|
||||
import { FormField, FormLabel } from '../forms';
|
||||
|
||||
import { COUNTRY_OPTIONS } from './countries';
|
||||
@@ -226,6 +226,12 @@ export default function NordigenExternalMsg({
|
||||
? 'Loading accounts...'
|
||||
: null}
|
||||
</View>
|
||||
|
||||
{waiting === 'browser' && (
|
||||
<Link onClick={onJump} style={{ marginTop: 10 }}>
|
||||
(Account linking not opening in a new tab? Click here)
|
||||
</Link>
|
||||
)}
|
||||
</View>
|
||||
) : success ? (
|
||||
<Button
|
||||
|
||||
6
upcoming-release-notes/950.md
Normal file
6
upcoming-release-notes/950.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Nordigen: add fallback link to re-init bank-sync in case the popover was blocked
|
||||
Reference in New Issue
Block a user