diff --git a/src/views/CameraCapture.vue b/src/views/CameraCapture.vue index 674b816..0333869 100644 --- a/src/views/CameraCapture.vue +++ b/src/views/CameraCapture.vue @@ -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)=>{