Skip to content

Instantly share code, notes, and snippets.

@aleksa-krolls
Created February 28, 2019 21:27
Show Gist options
  • Save aleksa-krolls/badcf0805f330cb1e69bf633d571c605 to your computer and use it in GitHub Desktop.
Save aleksa-krolls/badcf0805f330cb1e69bf633d571c605 to your computer and use it in GitHub Desktop.
field('Bracing_Stage__c', dataValue('properties.bracing_stage')),
/* (<-- add this to comment out a set of lines)
field('gciclubfoot__Diagnosis_Idiopathic_Specified__c', (state) => {
return state.handleMultiSelect(state, "diagnosis_idiopathic_specified")
}),
field('gciclubfoot__Diagnosis_Secondary_Specified__c', (state) => {
return state.handleMultiSelect(state, "diagnosis_secondary_specified")
}),
(add this when you're done commenting out a section -->) */
field('gciclubfoot__Diagnosis_Notes__c', dataValue('properties.diagnosis_notes')),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment