remove default for id prop for RadioButtonGroup

This commit is contained in:
weaseldotro 2020-10-05 16:49:15 +03:00 committed by GitHub
commit f89a6d2f81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";