Location is submitted and added to the array through events.

This commit is contained in:
James Cole
2021-02-17 06:37:33 +01:00
parent 5ff7884596
commit c34a5ed3e4
4 changed files with 107 additions and 4 deletions

View File

@@ -113,6 +113,10 @@ const state = () => ({
// transaction links:
links: [],
attachments: [],
// location:
zoom_level: null,
longitude: null,
latitude: null,
// error handling
errors: {},