Created
November 12, 2024 07:00
-
-
Save kaineer/949c6c1e1b5ccb5ea430d6603ca9c09f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
isQuestionEditingDisabled(state) { | |
const isEditable = editableQuestionStates.includes( | |
state.wrapper.status | |
); | |
return !isEditable; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment