Skip to content

Commit e929c29

Browse files
committed
fix: qa feedbacks
1 parent 1d6825c commit e929c29

File tree

1 file changed

+1
-1
lines changed
  • src/apps/copilots/src/pages/copilot-request-form

1 file changed

+1
-1
lines changed

src/apps/copilots/src/pages/copilot-request-form/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ const CopilotRequestForm: FC<{}> = () => {
221221
setPaymentType('')
222222
// Added a small timeout for the toast to be visible properly to the users
223223
setTimeout(() => {
224-
navigate('/copilots/requests')
224+
navigate('/requests')
225225
}, 1000)
226226
})
227227
.catch(e => {

0 commit comments

Comments
 (0)