#432: Fixed bools in authentication fields

This commit is contained in:
frikky
2021-07-19 00:59:15 +02:00
parent ecdadf5c2c
commit 2499a3176e
2 changed files with 8 additions and 2 deletions
+1
View File
@@ -1168,6 +1168,7 @@ const ParsedAction = (props) => {
<Tooltip color="secondary" title="Value must be unique" placement="top">
<div style={{cursor: "pointer", color: staticcolor}} onClick={(e) => {}}>
<Checkbox
tabIndex="-1"
checked={selectedActionParameters[count].unique_toggled}
style={{
color: theme.palette.primary.secondary,