mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-14 05:38:28 +00:00
Rename variable.
This commit is contained in:
@@ -718,9 +718,9 @@ export default {
|
||||
}
|
||||
} else {
|
||||
if (this.storeAsNew) {
|
||||
window.location.href = window.previousUri + '?transaction_group_id=' + groupId + '&message=created';
|
||||
window.location.href = window.previousUrl + '?transaction_group_id=' + groupId + '&message=created';
|
||||
} else {
|
||||
window.location.href = window.previousUri + '?transaction_group_id=' + groupId + '&message=updated';
|
||||
window.location.href = window.previousUrl + '?transaction_group_id=' + groupId + '&message=updated';
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user