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

HLM-1433 | Integrate test and publish #1375

Merged
merged 2 commits into from
Dec 21, 2022

Conversation

ajay-beehyv
Copy link
Contributor

const [schema, setSchema] = useState(false);
const [selectedSchema, setSelectedSchema] =useState();
const schemaAttViewFunc = (schema) => {
console.log(schema.name);
Copy link
Contributor

Choose a reason for hiding this comment

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

remove log statements

@@ -45,14 +44,16 @@ function SchemaAttributes(props){
{ props.status === "DRAFT" &&
<>
<GenericButton img={''} text='Save as Draft' type='button' form="schema-attributes" variant='outline-primary' styles={{ width: "15%",marginLeft: "1rem" }} />
<GenericButton img={''} text='Save & Next' type='button' form="schema-attributes" variant='primary' styles={{ width: "15%" ,marginLeft: "1rem"}} />
<Button onClick={()=> props.schemaPreview(true)} type='button' variant='primary' style={{ width: "15%" ,marginLeft: "1rem"}} >
Copy link
Contributor

Choose a reason for hiding this comment

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

why not use generic button?

@prasanna-egov prasanna-egov merged commit b46d535 into egovernments:main Dec 21, 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.

4 participants