-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat(stepper): add tooltip in stepper #81
feat(stepper): add tooltip in stepper #81
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
findings
package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@catena-x/portal-shared-components", | |||
"version": "2.1.11", | |||
"name": "@nidhi.garg/portal-shared-components", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls change this back to catena-x
@@ -0,0 +1,116 @@ | |||
/******************************************************************************** | |||
* Copyright (c) 2021, 2023 BMW Group AG |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove 1st line. i.e line number 2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small clarification. Hope you have run all linter rules on this PR
package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@catena-x/portal-shared-components", | |||
"version": "2.1.11", | |||
"version": "2.1.14", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not 2.1.12?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made the change. And yes I ran the linter command already.
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Description
Add tooltip in stepper
Why
Need for registration stepper in portal
Issue
n/a
Checklist
Please delete options that are not relevant.