mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-19 09:41:22 +00:00
Location is submitted and added to the array through events.
This commit is contained in:
@@ -113,6 +113,10 @@ const state = () => ({
|
||||
// transaction links:
|
||||
links: [],
|
||||
attachments: [],
|
||||
// location:
|
||||
zoom_level: null,
|
||||
longitude: null,
|
||||
latitude: null,
|
||||
|
||||
// error handling
|
||||
errors: {},
|
||||
|
||||
Reference in New Issue
Block a user