Skip to content

Commit f4e7c31

Browse files
authored
Update popup.js
1 parent 61cf865 commit f4e7c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ document.addEventListener('DOMContentLoaded', function () {
430430
}, 3000);
431431
// Do NOT update storage or fetch data for invalid org
432432
});
433-
}, 600);
433+
}, 3000);
434434

435435
orgInput.addEventListener('input', handleOrgInput);
436436

0 commit comments

Comments
 (0)