Added save and remove requests.

This commit is contained in:
Keith Holliday
2019-10-17 09:23:26 -06:00
parent cad907125b
commit 5847f0b16e
5 changed files with 64 additions and 23 deletions

View File

@@ -83,11 +83,9 @@ export default {
});
},
folders() {
console.log(this.request)
if (this.request.collection === '') return []
return this.$store.state.postwoman.collections[this.request.collection].folders
.map((folder, index) => {
console.log(folder)
return {
name: folder.name,
folderIndex: index,