mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
quickfix RadioButtonGroup selected prop reactivity
This commit is contained in:
parent
109f71b5cf
commit
9e711abaa6
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
update: (value) => {
|
update: (value) => {
|
||||||
selectedValue.set(value);
|
selected = value;
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue