remove unused variable

This commit is contained in:
notfire 2025-08-15 18:20:56 -04:00
commit 9d80c91bba
No known key found for this signature in database

View file

@ -243,8 +243,7 @@ const PostStatusForm = {
activeEmojiInput: undefined,
activeTextInput: undefined,
subjectVisible: showSubject,
showingPostConfirmDialog: false,
notClosed: true
showingPostConfirmDialog: false
}
},
computed: {