diff --git a/src/coreform/baseform/BaseForm.tsx b/src/coreform/baseform/BaseForm.tsx index ab4f451..75ce82b 100644 --- a/src/coreform/baseform/BaseForm.tsx +++ b/src/coreform/baseform/BaseForm.tsx @@ -71,6 +71,9 @@ const BaseForm = (props: BaseFormProps) => { const tabList = BaseFormTabList(props.type); const isDisabled = (): boolean => { + console.log('manifest version : ', manifestVersion); + console.log('isUndefined', manifestVersion === undefined); + console.log('haveValidationError : ', haveValidationError); if (haveValidationError) return true; if ( manifestVersion === LATEST_VERSION ||