mirror of
https://github.com/open-webui/open-webui
synced 2025-06-08 15:37:22 +00:00
refac: styling
This commit is contained in:
parent
9220afe7b3
commit
21f85e63bf
@ -1420,7 +1420,7 @@
|
|||||||
{/each}
|
{/each}
|
||||||
|
|
||||||
<button
|
<button
|
||||||
class=" flex gap-2 items-center w-full text-center justify-center mb-5"
|
class=" flex gap-2 items-center w-full text-center justify-center mt-1 mb-5"
|
||||||
type="button"
|
type="button"
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
params.custom_params = (params?.custom_params ?? {}) || {};
|
params.custom_params = (params?.custom_params ?? {}) || {};
|
||||||
|
@ -120,6 +120,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
info.params = { ...info.params, ...params };
|
info.params = { ...info.params, ...params };
|
||||||
|
|
||||||
info.access_control = accessControl;
|
info.access_control = accessControl;
|
||||||
info.meta.capabilities = capabilities;
|
info.meta.capabilities = capabilities;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user