cortex-cms/cortex

View on GitHub
node_package/src/constants/wizard.jsx

Summary

Maintainability
A
0 mins
Test Coverage
const FORM_VALID = 'FORM_VALID'
const FORM_INVALID = 'FORM_INVALID'
const DISPLAY_VALIDATIONS = 'DISPLAY_VALIDATIONS'

export {
  FORM_VALID,
  FORM_INVALID,
  DISPLAY_VALIDATIONS
}