remove unused variable
This commit is contained in:
parent
c6baf6871f
commit
9d80c91bba
1 changed files with 1 additions and 2 deletions
|
|
@ -243,8 +243,7 @@ const PostStatusForm = {
|
||||||
activeEmojiInput: undefined,
|
activeEmojiInput: undefined,
|
||||||
activeTextInput: undefined,
|
activeTextInput: undefined,
|
||||||
subjectVisible: showSubject,
|
subjectVisible: showSubject,
|
||||||
showingPostConfirmDialog: false,
|
showingPostConfirmDialog: false
|
||||||
notClosed: true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue