Separate new requests from request tracking
Magent CI/CD / verify (push) Canceled after 7m35s
Magent CI/CD / deploy-prod (push) Canceled after 0s
Magent CI/CD / deploy-beta (push) Canceled after 0s

This commit is contained in:
2026-08-31 16:02:00 +12:00
parent 8f810e0f36
commit ecf9b230c1
9 changed files with 30 additions and 18 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import RequestPortalClient from './RequestPortalClient'
import { redirect } from 'next/navigation'
export default function RequestPortalPage() {
return <RequestPortalClient />
redirect('/new-requests')
}