diff --git a/src/forge/SecuritySetting/bot/exploit/configuration/compenent/basicInformation.jsx b/src/forge/SecuritySetting/bot/exploit/configuration/compenent/basicInformation.jsx index 6606607e2..37881be75 100644 --- a/src/forge/SecuritySetting/bot/exploit/configuration/compenent/basicInformation.jsx +++ b/src/forge/SecuritySetting/bot/exploit/configuration/compenent/basicInformation.jsx @@ -36,6 +36,7 @@ function BasicInformation(props){ if(botDetail){ setContent(botDetail.bot_des); setImage(botDetail.logo) + window.scrollTo(0,0) } },[botDetail])