yangjie #45

Merged
yangqiang merged 19 commits from yangjie into master 2024-12-18 13:52:10 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit db568f46eb - Show all commits

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}>