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

fix(frontend) update PublishAgentAwaitingReview router push path #9471

Conversation

Bentlybro
Copy link
Member

@Bentlybro Bentlybro commented Feb 12, 2025

Updates the PublishAgentAwaitingReview router.push path, it was going to /marketplace/dashboard it should be /profile/dashboard

Changes πŸ—οΈ

onViewProgress={() => {
router.push("/marketplace/dashboard");
handleClose();

to be

		onViewProgress={() => {
		  router.push("/profile/dashboard");
		  handleClose();
		}}

@Bentlybro Bentlybro requested a review from a team as a code owner February 12, 2025 15:12
@Bentlybro Bentlybro requested review from kcze and majdyz and removed request for a team February 12, 2025 15:12
Copy link

deepsource-io bot commented Feb 12, 2025

Here's the code health analysis summary for commits 3b8cde6..1f8c371. View details on DeepSourceΒ β†—.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScriptβœ…Β SuccessView CheckΒ β†—
DeepSource Python LogoPythonβœ…Β SuccessView CheckΒ β†—

πŸ’‘ If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link

netlify bot commented Feb 12, 2025

βœ… Deploy Preview for auto-gpt-docs-dev canceled.

Name Link
πŸ”¨ Latest commit 1f8c371
πŸ” Latest deploy log https://app.netlify.com/sites/auto-gpt-docs-dev/deploys/67acba59622527000817cc8a

@github-actions github-actions bot added platform/frontend AutoGPT Platform - Front end platform/backend AutoGPT Platform - Back end size/s labels Feb 12, 2025
Copy link

netlify bot commented Feb 12, 2025

βœ… Deploy Preview for auto-gpt-docs ready!

Name Link
πŸ”¨ Latest commit 1f8c371
πŸ” Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/67acba59e9b1cd00083f1a9b
😎 Deploy Preview https://deploy-preview-9471--auto-gpt-docs.netlify.app
πŸ“± Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Bentlybro Bentlybro enabled auto-merge February 12, 2025 15:14
@Bentlybro Bentlybro added this pull request to the merge queue Feb 12, 2025
Merged via the queue into dev with commit 016ec0f Feb 12, 2025
25 checks passed
@Bentlybro Bentlybro deleted the update-PublishAgentAwaitingReview-route-to-``/profile/dashboard`` branch February 12, 2025 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform/backend AutoGPT Platform - Back end platform/frontend AutoGPT Platform - Front end size/s
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants