mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
remove default for id prop for RadioButtonGroup
This commit is contained in:
parent
4c65a8f775
commit
f89a6d2f81
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
* Set an id for the container div element
|
* Set an id for the container div element
|
||||||
* @type {string} [id]
|
* @type {string} [id]
|
||||||
*/
|
*/
|
||||||
export let id = "ccs-" + Math.random().toString(36);
|
export let id
|
||||||
|
|
||||||
import { createEventDispatcher, setContext } from "svelte";
|
import { createEventDispatcher, setContext } from "svelte";
|
||||||
import { writable } from "svelte/store";
|
import { writable } from "svelte/store";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue