fix approval threshold dropdown

This commit is contained in:
QuickMythril 2024-09-25 00:50:05 -04:00
parent ac5a6b251b
commit b87365061a

View File

@ -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) => {