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
@@ -692,10 +692,10 @@ export default function PortalClient({ workspace }: PortalClientProps) {
<button
type="button"
className={workspace === 'request' ? 'is-active' : ''}
onClick={() => router.push('/portal/requests')}
onClick={() => router.push('/new-requests')}
disabled={workspace === 'request'}
>
Requests
New requests
</button>
<button
type="button"