2
0
Fork 0

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, activeEmojiInput: undefined,
activeTextInput: undefined, activeTextInput: undefined,
subjectVisible: showSubject, subjectVisible: showSubject,
showingPostConfirmDialog: false, showingPostConfirmDialog: false
notClosed: true
} }
}, },
computed: { computed: {