Problem
The ConfirmationStep in the Expensify Card flow (ConfirmationStep.tsx) uses ValidateCodeActionModal triggered by local state.
Solution
Refactor the validation flow to use a Navigation-Based approach.
Specific Component to Migrate
- Current File:
src/pages/workspace/expensifyCard/issueNew/ConfirmationStep.tsx
Problem
The
ConfirmationStepin the Expensify Card flow (ConfirmationStep.tsx) usesValidateCodeActionModaltriggered by local state.Solution
Refactor the validation flow to use a Navigation-Based approach.
Specific Component to Migrate
src/pages/workspace/expensifyCard/issueNew/ConfirmationStep.tsx