mirror of
https://github.com/open-webui/open-webui
synced 2025-05-20 21:25:21 +00:00
Retab collapsible
This commit is contained in:
parent
113addef46
commit
361a98980e
@ -34,7 +34,7 @@
|
|||||||
import Spinner from './Spinner.svelte';
|
import Spinner from './Spinner.svelte';
|
||||||
|
|
||||||
export let open = false;
|
export let open = false;
|
||||||
export let id = '';
|
export let id = '';
|
||||||
export let className = '';
|
export let className = '';
|
||||||
export let buttonClassName =
|
export let buttonClassName =
|
||||||
'w-fit text-gray-500 hover:text-gray-700 dark:hover:text-gray-300 transition';
|
'w-fit text-gray-500 hover:text-gray-700 dark:hover:text-gray-300 transition';
|
||||||
|
Loading…
Reference in New Issue
Block a user