mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-02-14 11:15: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) => {
|
const handleChangeApprovalThreshold = (event: SelectChangeEvent) => {
|
||||||
setGroupType(event.target.value as string);
|
setApprovalThreshold(event.target.value as string);
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleChangeMinBlock = (event: SelectChangeEvent) => {
|
const handleChangeMinBlock = (event: SelectChangeEvent) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user