Open
Description
Problem
The message Your organization is missing required configuration. Please update your settings or contact an adminstrator
appears when this.props.organizationData.organization.fullyConfigured
is false, but provided no additional help to a user encountering an issue.
Solution
Add a new slice of prop: this.props.organizationData.organization.configurationFailureInstructions which will be a list of issues to be addressed before a campaign can be started. This information is displayed in a bulleted list below the original fully configured list.