mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-02-11 17:55:49 +00:00
fix approval threshold dropdown
This commit is contained in:
parent
ac5a6b251b
commit
b87365061a
@ -78,7 +78,7 @@ export const AddGroup = ({ address, open, setOpen }) => {
|
||||
};
|
||||
|
||||
const handleChangeApprovalThreshold = (event: SelectChangeEvent) => {
|
||||
setGroupType(event.target.value as string);
|
||||
setApprovalThreshold(event.target.value as string);
|
||||
};
|
||||
|
||||
const handleChangeMinBlock = (event: SelectChangeEvent) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user