Continue work on new frontpage.

This commit is contained in:
James Cole
2021-01-26 19:57:20 +01:00
parent ccaf9d31a6
commit fdb74a3dcd
38 changed files with 493 additions and 121 deletions

View File

@@ -85,7 +85,11 @@ const state = () => ({
// optional other fields:
internal_reference: null,
external_url: null,
notes: null
notes: null,
// transaction links:
links: [],
attachments: []
},
}
)