self-review
This commit is contained in:
parent
8dae81e29d
commit
9b53879e70
9 changed files with 8 additions and 29 deletions
|
|
@ -634,6 +634,7 @@ const PostStatusForm = {
|
|||
// Don't apply preview if not loading, because it means
|
||||
// user has closed the preview manually.
|
||||
if (!this.previewLoading) return
|
||||
this.preview = data
|
||||
})
|
||||
.catch((error) => {
|
||||
this.preview = { error }
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ const UserReportingModal = {
|
|||
return !!this.$store.state.users.currentUser
|
||||
},
|
||||
isOpen() {
|
||||
console.log(this.reportModal)
|
||||
return this.isLoggedIn && this.reportModal.activated
|
||||
},
|
||||
userId() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue