INFRA-3344 | Abhishek | Add console.log statements for debugging
This commit is contained in:
@@ -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 ||
|
||||
|
||||
Reference in New Issue
Block a user