INFRA-3344 | Abhishek | Add console.log statements for debugging

This commit is contained in:
Abhishek Katiyar
2024-05-29 13:33:26 +05:30
parent edabb07469
commit 9f74922f9a

View File

@@ -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 ||