Split preparation and submission of transaction in Actual backend
This commit is contained in:
@@ -66,5 +66,5 @@ export function parseAmount(input?: string): number|undefined {
|
||||
}
|
||||
|
||||
export function deduplicateSpaces(input: string): string {
|
||||
return input.replaceAll(/\s+/, " ");
|
||||
return input.replaceAll(/\s+/g, " ");
|
||||
}
|
||||
Reference in New Issue
Block a user