Ensure open reactivity in Accordion (#7208)

* ensure `open` reactivity

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Hannah 2024-01-29 17:59:41 +00:00 committed by GitHub
parent 572e360fff
commit efacc7d5cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
---
"@gradio/accordion": minor
"gradio": minor
---
feat:Ensure `open` reactivity in Accordion

View File

@ -23,7 +23,7 @@
{...loading_status}
/>
<Accordion {label} {open}>
<Accordion {label} bind:open>
<Column>
<slot />
</Column>