Skip to content

Commit

Permalink
fix: reset of dev-update
Browse files Browse the repository at this point in the history
  • Loading branch information
malmen237 authored and birme committed Sep 22, 2024
1 parent 9a94501 commit be787bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/landing-page/create-production.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const CreateProduction = () => {

timeout = window.setTimeout(() => {
setCopiedUrl(false);
}, 11500);
}, 1500);

return () => {
if (timeout !== null) {
Expand Down

0 comments on commit be787bc

Please sign in to comment.