mirror of
https://github.com/MarcZierle/photo-log-frontend.git
synced 2025-04-09 22:04:38 +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) => {
|
addNewPhotoGroup(this.new_group_name, today).then((response) => {
|
||||||
this.message.success('Added group '+this.new_group_name)
|
this.message.success('Added group '+this.new_group_name)
|
||||||
this.fetchPhotoGroups()
|
this.fetchPhotoGroupsAndTags()
|
||||||
this.showAddGroupModal = false
|
this.showAddGroupModal = false
|
||||||
this.selected_group = response.data.id
|
this.selected_group = response.data.id
|
||||||
}).catch((error)=>{
|
}).catch((error)=>{
|
||||||
|
Loading…
Reference in New Issue
Block a user