Remove openalex pubs after persona - #1085
Conversation
…ne navigation. Added direct profile view button and adjusted step handling for improved user experience.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0fdf2ed6cb
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| ); | ||
|
|
||
| case 'PUBLICATIONS': | ||
| case 'SUCCESS': |
There was a problem hiding this comment.
Remove the stale duplicate SUCCESS branch
When the supported initialStep="SUCCESS" prop is used, this first matching branch renders the old OpenAlex publication workflow instead of the success screen defined by the second case 'SUCCESS'. Completing that workflow also calls setCurrentStep('SUCCESS') while already on that value, leaving AddPublicationsForm in its non-rendering FINISHED state and producing a blank modal. Delete this stale publications branch rather than relabeling it as SUCCESS.
Useful? React with 👍 / 👎.
…on; update Spinner import path. Dynamically import DocumentUploadStep in OpenFundingOpportunityModal and OpenProposalModal for improved performance. Remove unused state in VerifyIdentityModal to streamline component functionality.
|



No description provided.