mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
ID is no longer required.
This commit is contained in:
parent
118270f767
commit
70c754d515
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@
|
||||||
let buttonRef = null;
|
let buttonRef = null;
|
||||||
let innerModal = null;
|
let innerModal = null;
|
||||||
let didClickInnerModal = false;
|
let didClickInnerModal = false;
|
||||||
const id = "ccs-" + Math.random().toString(36);
|
|
||||||
|
|
||||||
setContext("ComposedModal", {
|
setContext("ComposedModal", {
|
||||||
closeModal: () => {
|
closeModal: () => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue