Skip to content

Commit

Permalink
fixup! Declare editing state on new message modal
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Jul 26, 2023
1 parent 6da0826 commit d063e8f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/NewMessageModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ import { mapGetters } from 'vuex'
import MinimizeIcon from 'vue-material-design-icons/Minus.vue'
import { deleteDraft, saveDraft, updateDraft } from '../service/DraftService'
const STATES = Object.seal({
EDITING: 0,
})
export default {
name: 'NewMessageModal',
components: {
Expand Down Expand Up @@ -149,8 +146,6 @@ export default {
modalFirstOpen: true,
cookedComposerData: undefined,
changed: false,
state: STATES.EDITING,
STATES,
}
},
computed: {
Expand Down

0 comments on commit d063e8f

Please sign in to comment.