mirror of
https://github.com/MarcZierle/photo-log-frontend.git
synced 2025-04-07 13:04:37 +00:00
fix fetching photo groups in camera capture (bc of using tags now too)
This commit is contained in:
parent
bf985f8a11
commit
dc9f774c06
@ -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)=>{
|
||||
|
Loading…
Reference in New Issue
Block a user