fix fetching photo groups in camera capture (bc of using tags now too)

This commit is contained in:
MarcZierle 2022-06-17 09:17:14 +02:00
parent bf985f8a11
commit dc9f774c06

View File

@ -209,7 +209,7 @@ export default {
addNewPhotoGroup(this.new_group_name, today).then((response) => {
this.message.success('Added group '+this.new_group_name)
this.fetchPhotoGroups()
this.fetchPhotoGroupsAndTags()
this.showAddGroupModal = false
this.selected_group = response.data.id
}).catch((error)=>{