Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 3x | export const WithdrawPackageSpa = () => ( <div className="w-full space-y-2"> <p> A state can withdraw a submission package if it is in the Under Review or RAI Issued status. However, please note that once withdrawn, a submission package cannot be resubmitted to CMS.{" "} <b>Completing this action will conclude the review of this SPA package.</b> </p> <p>There are two methods you can use to withdraw a submission package:</p> <ul className="ml-8 list-disc space-y-2" role="list"> <li> In OneMAC, Locate and select the link to the SPA ID. Then, under Package Actions, select the Withdraw Package link. </li> <li> Alternatively, the Withdraw Package action can be accessed by selecting the three dots icon in the Actions column on the Package Dashboard. Then, select Withdraw Package from the drop-down list. </li> </ul> <p> A warning message will appear letting you know that if the package is withdrawn, it cannot be resubmitted and this action will conclude the review of this package. </p> <p>Select Yes, withdraw package to complete the task.</p> </div> ); |