Skip to content

Commit

Permalink
Ensure open reactivity in Accordion (#7208)
Browse files Browse the repository at this point in the history
* ensure `open` reactivity

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
  • Loading branch information
hannahblair and gradio-pr-bot committed Jan 29, 2024
1 parent 572e360 commit efacc7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/fuzzy-windows-matter.md
@@ -0,0 +1,6 @@
---
"@gradio/accordion": minor
"gradio": minor
---

feat:Ensure `open` reactivity in Accordion
2 changes: 1 addition & 1 deletion js/accordion/Index.svelte
Expand Up @@ -23,7 +23,7 @@
{...loading_status}
/>

<Accordion {label} {open}>
<Accordion {label} bind:open>
<Column>
<slot />
</Column>
Expand Down

0 comments on commit efacc7d

Please sign in to comment.