Moved capture path out of metadata, into state

This commit is contained in:
Joel Collins 2019-05-02 11:52:03 +01:00
parent 169d5cc5f4
commit f77c3293e8
2 changed files with 6 additions and 1 deletions

View file

@ -43,6 +43,7 @@
v-else
:metadata="item.metadata"
:temporary="item.temporary"
:path="item.path"
/>
</div>