mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
Fix infinite request issue (#2070)
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
This commit is contained in:
parent
43c7e8a4a4
commit
6219dc7b0c
@ -56,7 +56,7 @@
|
||||
{:else}
|
||||
<button
|
||||
class="px-4 pb-2 pt-1.5 border-transparent text-gray-400 hover:text-gray-700 -mb-[2px] border-2 border-b-0"
|
||||
on:click={() => (selected = t.id)}
|
||||
on:click={() => change_tab(t.id)}
|
||||
>
|
||||
{t.name}
|
||||
</button>
|
||||
|
Loading…
Reference in New Issue
Block a user