anonymous value fixed
This commit is contained in:
@@ -142,6 +142,7 @@ const Create = (props) => {
|
||||
id='anon'
|
||||
label="Hide voters names (Anonymous voting)"
|
||||
onChange={handleAnonymous}
|
||||
checked={formData.anonymous}
|
||||
/>
|
||||
</div>
|
||||
<div className="mt-2">
|
||||
@@ -153,6 +154,7 @@ const Create = (props) => {
|
||||
/>
|
||||
</div>
|
||||
</form>
|
||||
{JSON.stringify(formData)}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user