Merge branch 'master' into 1297
This commit is contained in:
commit
f04cc4ca31
@ -340,6 +340,7 @@ exports[`renders <Images images=[{name: stuff, imageName: stuff}] /> without thr
|
||||
</svg>
|
||||
<h4
|
||||
className="c4"
|
||||
onClick={[Function]}
|
||||
>
|
||||
Stuff
|
||||
</h4>
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user