Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QA-testing #1385

Merged
merged 5 commits into from
Dec 24, 2022
Merged

QA-testing #1385

merged 5 commits into from
Dec 24, 2022

Conversation

bhanuprakash-egov
Copy link
Contributor

<Col className="my-1 h-100">
<Link to={`${config.urlPath}/manage-schema`} reloadDocument={true} >
<GenericButton img='' text={t('testAndPublish.backButton')} variant='outline-primary'/>
</Link>
</Col>
<Col className="my-1 h-100">
<Link onClick={Publish} to='/manage-schema'>
<Link onClick={() => {publish()}} to='/manage-schema'>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

onclick can have the handler directly instead of anonymous func

</FormGroup>
</div>)}
</Form>
<div onClick={previewSchemaFunc} className="my-3"><GenericButton img='' text='Test' variant='primary'/></div>
<div onClick={() => {handleTest()}} className="my-3"><GenericButton img='' text='Test' variant='primary'/></div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

@prasanna-egov prasanna-egov merged commit 4be12ff into egovernments:main Dec 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants