Redesign the request portal flow
Magent CI/CD / verify (push) Canceled after 5m59s
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 14:53:15 +12:00
parent 963506d098
commit 9dfea25d56
6 changed files with 1084 additions and 11 deletions
+2 -3
View File
@@ -1,6 +1,5 @@
import PortalClient from '../PortalClient'
import RequestPortalClient from './RequestPortalClient'
export default function RequestPortalPage() {
return <PortalClient workspace="request" />
return <RequestPortalClient />
}