Skip to content

Fix missing AppSelect import on Promotions page - #74

Merged
cursor[bot] merged 1 commit into
mainfrom
cursor/fix-promotions-appselect-import-3367
Aug 11, 2026
Merged

Fix missing AppSelect import on Promotions page#74
cursor[bot] merged 1 commit into
mainfrom
cursor/fix-promotions-appselect-import-3367

Conversation

@Modsofthenation

@Modsofthenation Modsofthenation commented Aug 11, 2026

Copy link
Copy Markdown
Owner

Summary

While rebasing/merging the AppSelect PR onto main, PromotionsPage kept AppSelect usage but lost the import, which broke pnpm --filter @prm/ui typecheck.

Fix

Restore import { AppSelect } from "../components/AppSelect".

Test plan

  • pnpm --filter @prm/ui typecheck
Open in Web Open in Cursor 

Summary by CodeRabbit

  • Refactor
    • Updated the Promotions page to support the shared application selection component.

Conflict resolution while merging the select migration onto main
dropped the import while leaving AppSelect usage in place.

Co-authored-by: Damon  <Modsofthenation@users.noreply.github.com>
@cursor
cursor Bot merged commit e6f0d9f into main Aug 11, 2026
1 check passed
@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 0b3737db-e269-46f1-a06b-c1dd365f2c6a

📥 Commits

Reviewing files that changed from the base of the PR and between 4e0ca7c and b27a262.

📒 Files selected for processing (1)
  • apps/ui/src/pages/PromotionsPage.tsx

📝 Walkthrough

Walkthrough

The promotions page now imports AppSelect for the promotion-start form. No other functionality changes.

Changes

Promotions page

Layer / File(s) Summary
Promotion form component import
apps/ui/src/pages/PromotionsPage.tsx
Imports AppSelect for use by the promotion-start form.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: cursoragent

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch cursor/fix-promotions-appselect-import-3367

Comment @coderabbitai help to get the list of available commands.

@cursor
cursor Bot deleted the cursor/fix-promotions-appselect-import-3367 branch August 12, 2026 11:36
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.

2 participants