INFRA-672 | Abhishek | Remove debug tag

This commit is contained in:
Abhishek Katiyar
2021-02-12 10:42:16 +05:30
parent 53e3cfad9c
commit fb00348735

View File

@@ -138,7 +138,7 @@ const BaseForm = (props: BaseFormProps) => {
<Button color="secondary" type="submit" variant="contained" size="large" style={{ float: "right", marginRight: 100 }} >
Submit
</Button>
<Debug {...props} />
{/*<Debug {...props} />*/}
<ErrorSnackBar errors={props.errors} />
</Form>
)