fix(instances): fix fw submit value
This commit is contained in:
parent
ae866b401e
commit
cb0b613034
@ -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