feat: add external URL support for bank accounts, allowing users to link to their bank's portal
This commit is contained in:
@@ -123,6 +123,7 @@ export function OFXImportDialog({
|
||||
balance: parsed.balance,
|
||||
currency: parsed.currency,
|
||||
lastImport: new Date().toISOString(),
|
||||
externalUrl: null,
|
||||
});
|
||||
accountId = newAccount.id;
|
||||
}
|
||||
@@ -298,6 +299,7 @@ export function OFXImportDialog({
|
||||
balance: parsedData.balance,
|
||||
currency: parsedData.currency,
|
||||
lastImport: new Date().toISOString(),
|
||||
externalUrl: null,
|
||||
});
|
||||
accountId = newAccount.id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user