mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-04 03:51:43 +00:00
Rebuild frontend, add version to JS calls against caching.
This commit is contained in:
5
frontend/src/shared/transactions.js
vendored
5
frontend/src/shared/transactions.js
vendored
@@ -62,6 +62,10 @@ export function getDefaultTransaction() {
|
||||
destination_account_currency_id: null,
|
||||
destination_account_currency_code: null,
|
||||
destination_account_currency_symbol: null,
|
||||
attachments: false,
|
||||
selectedAttachments: false,
|
||||
uploadTrigger: false,
|
||||
clearTrigger: false,
|
||||
|
||||
source_account: {
|
||||
id: 0,
|
||||
@@ -112,7 +116,6 @@ export function getDefaultTransaction() {
|
||||
|
||||
// transaction links:
|
||||
links: [],
|
||||
attachments: [],
|
||||
// location:
|
||||
zoom_level: null,
|
||||
longitude: null,
|
||||
|
||||
Reference in New Issue
Block a user