-
Notifications
You must be signed in to change notification settings - Fork 3
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: Ecosystem Dashboard count #329
Conversation
…ystem-endorsement-popups
…into ecosystem-endorsement-popups
…into ecosystem-endorsement-popups
…manual-registration Signed-off-by: MoulikaKulkarni <[email protected]>
Signed-off-by: MoulikaKulkarni <[email protected]>
Signed-off-by: MoulikaKulkarni <[email protected]>
Signed-off-by: MoulikaKulkarni <[email protected]>
Signed-off-by: MoulikaKulkarni <[email protected]>
Signed-off-by: MoulikaKulkarni <[email protected]>
Signed-off-by: MoulikaKulkarni <[email protected]>
…ystem-dashboard-integration
Signed-off-by: MoulikaKulkarni <[email protected]>
Signed-off-by: MoulikaKulkarni <[email protected]>
Signed-off-by: MoulikaKulkarni <[email protected]>
Signed-off-by: MoulikaKulkarni <[email protected]>
Signed-off-by: MoulikaKulkarni <[email protected]>
Signed-off-by: MoulikaKulkarni <[email protected]>
Signed-off-by: MoulikaKulkarni <[email protected]>
Signed-off-by: MoulikaKulkarni <[email protected]>
Signed-off-by: MoulikaKulkarni <[email protected]>
src/api/ecosystem.ts
Outdated
} | ||
|
||
export const editOrganizationUserRole = async (userId: number, roles: number[]) => { |
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.
please check this function is necessary in this file
import { apiStatusCodes } from '../../config/CommonConstant'; | ||
import { pathRoutes } from '../../config/pathRoutes'; | ||
|
||
const OrgRegistrationPopup = (props: { |
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 this unnecessary file from the PR.
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.
Please resolve the comments
Signed-off-by: MoulikaKulkarni <[email protected]>
Signed-off-by: MoulikaKulkarni <[email protected]>
…nto ecosystem-count
Signed-off-by: MoulikaKulkarni <[email protected]>
Signed-off-by: MoulikaKulkarni <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
LG
What