We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6825c commit e929c29Copy full SHA for e929c29
src/apps/copilots/src/pages/copilot-request-form/index.tsx
@@ -221,7 +221,7 @@ const CopilotRequestForm: FC<{}> = () => {
221
setPaymentType('')
222
// Added a small timeout for the toast to be visible properly to the users
223
setTimeout(() => {
224
- navigate('/copilots/requests')
+ navigate('/requests')
225
}, 1000)
226
})
227
.catch(e => {
0 commit comments