mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #2415
This commit is contained in:
parent
4719b87314
commit
ed565136fc
2
public/v1/js/app.js
vendored
2
public/v1/js/app.js
vendored
File diff suppressed because one or more lines are too long
@ -405,7 +405,7 @@
|
||||
this.success_message = '<a href="transactions/show/' + groupId + '">The transaction</a> has been stored.';
|
||||
this.error_message = '';
|
||||
if (this.resetFormAfter) {
|
||||
this.addTransaction();
|
||||
this.addTransactionToArray();
|
||||
}
|
||||
if (button) {
|
||||
button.prop("disabled", false);
|
||||
|
Loading…
Reference in New Issue
Block a user