Skip to content

Commit 28a3742

Browse files
author
himaniraghav3
committed
Revert timeout
1 parent 094877f commit 28a3742

File tree

1 file changed

+1
-1
lines changed
  • src/apps/copilots/src/pages/copilot-opportunity-details

1 file changed

+1
-1
lines changed

src/apps/copilots/src/pages/copilot-opportunity-details/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const CopilotOpportunityDetails: FC<{}> = () => {
3030
if (!opportunity) {
3131
setShowNotFound(true)
3232
}
33-
}, 5000)
33+
}, 2000)
3434

3535
return () => clearTimeout(timer) // Cleanup on unmount
3636
}, [opportunity])

0 commit comments

Comments
 (0)