work on sound list

This commit is contained in:
bkfox
2024-03-25 18:07:38 +01:00
parent 70a55607a5
commit 1f716891ac
2 changed files with 2 additions and 1 deletions

View File

@ -122,6 +122,7 @@ export default {
if(req.status == 201) {
const item = JSON.parse(req.response)
this.set.push(item)
this.$refs.modal.close()
}
},
},