Add archive API call

This commit is contained in:
Logan Williams
2023-05-19 16:37:34 +02:00
parent 70e6db30e1
commit 14fa178d49
2 changed files with 42 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
</v-btn>
</v-col>
<v-col>
<v-btn>Archive now</v-btn>
<v-btn @click="$store.dispatch('archive', doc)">Archive now</v-btn>
</v-col>
<v-dialog width="500" v-model="dialog" persistent :retain-focus="false">
<template v-slot:activator="{ on, attrs }">