rename + fix
This commit is contained in:
parent
2e78975e4c
commit
da73226cb1
4 changed files with 6 additions and 3 deletions
|
|
@ -12,6 +12,9 @@ export const usePostStatusStore = defineStore('postStatus', {
|
|||
},
|
||||
closePostStatusModal () {
|
||||
this.modalActivated = false
|
||||
},
|
||||
resetPostStatusModal () {
|
||||
this.params = null
|
||||
}
|
||||
}
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue