quickfix RadioButtonGroup selected prop reactivity

This commit is contained in:
weaseldotro 2020-11-22 17:28:34 +02:00 committed by GitHub
commit 9e711abaa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@
} }
}, },
update: (value) => { update: (value) => {
selectedValue.set(value); selected = value;
}, },
}); });