fix(instances): fix fw submit value

This commit is contained in:
Sérgio Ramos 2018-03-02 12:01:39 +00:00
parent ae866b401e
commit cb0b613034
1 changed files with 1 additions and 2 deletions

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;