mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix CaptchaModal state
This commit is contained in:
@@ -95,6 +95,7 @@ const CaptchaModal = () => {
|
|||||||
const handleCloseModal = () => {
|
const handleCloseModal = () => {
|
||||||
setImageSources([]);
|
setImageSources([]);
|
||||||
setChallengesArray([]);
|
setChallengesArray([]);
|
||||||
|
setCurrentChallengeIndex(0);
|
||||||
setIsCaptchaOpen(false);
|
setIsCaptchaOpen(false);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user