Merge branch 'master' into 1297

This commit is contained in:
Sara Vieira 2018-03-02 12:10:44 +00:00 committed by GitHub
commit f04cc4ca31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -340,6 +340,7 @@ exports[`renders <Images images=[{name: stuff, imageName: stuff}] /> without thr
</svg>
<h4
className="c4"
onClick={[Function]}
>
Stuff
</h4>

View File

@ -40,7 +40,7 @@ import createClient from '@state/apollo-client';
import parseError from '@state/parse-error';
import { Forms, Values } from '@root/constants';
const { IC_F, IC_NAME_F, IC_IMG_F, IC_PKG_F_SELECT, IC_NW_F, IC_US_F } = Forms;
const { IC_F, IC_NAME_F, IC_IMG_F, IC_PKG_F_SELECT, IC_NW_F, IC_US_F, IC_FW_F_ENABLED } = Forms;
const {
IC_MD_V_MD,
@ -48,7 +48,6 @@ const {
IC_AFF_V_AFF,
IC_CNS_V_ENABLED,
IC_CNS_V_SERVICES,
IC_FW_F_ENABLED,
IC_V_VALIDATING
} = Values;