mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +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 innerModal = null;
|
||||
let didClickInnerModal = false;
|
||||
const id = "ccs-" + Math.random().toString(36);
|
||||
|
||||
setContext("ComposedModal", {
|
||||
closeModal: () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue