Skip to content

Instantly share code, notes, and snippets.

@kaineer
Created November 12, 2024 07:00
Show Gist options
  • Save kaineer/949c6c1e1b5ccb5ea430d6603ca9c09f to your computer and use it in GitHub Desktop.
Save kaineer/949c6c1e1b5ccb5ea430d6603ca9c09f to your computer and use it in GitHub Desktop.
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