Merge branch 'master' into feat/download-via-share-link

This commit is contained in:
Greg Lorenzen 2024-12-03 14:11:15 -08:00
commit cff7f54709
24 changed files with 1024 additions and 130 deletions

View file

@ -120,6 +120,7 @@ export default {
this.users = res.users.sort((a, b) => {
return a.createdAt - b.createdAt
})
this.$emit('numUsers', this.users.length)
})
.catch((error) => {
console.error('Failed', error)