This commit is contained in:
yj 2024-12-17 11:14:47 +08:00
commit db568f46eb
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ const Index: React.FC = () => {
}} /> }} />
</div> </div>
<div> <div>
<span></span> <span></span>
<Radio.Group onChange={(e) => { <Radio.Group onChange={(e) => {
setAllowAnonymous(e.target.value); setAllowAnonymous(e.target.value);
}} value={allowAnonymous}> }} value={allowAnonymous}>