mirror of
https://github.com/open-webui/open-webui
synced 2025-02-21 12:29:29 +00:00
refac
This commit is contained in:
parent
fa9835a7ad
commit
2eb8c3456f
@ -251,7 +251,7 @@
|
|||||||
<button
|
<button
|
||||||
class="flex space-x-1"
|
class="flex space-x-1"
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
history.back();
|
goto('/workspace/models');
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div class=" self-center">
|
<div class=" self-center">
|
||||||
|
@ -205,7 +205,7 @@
|
|||||||
<button
|
<button
|
||||||
class="flex space-x-1"
|
class="flex space-x-1"
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
history.back();
|
goto('/workspace/models');
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div class=" self-center">
|
<div class=" self-center">
|
||||||
|
Loading…
Reference in New Issue
Block a user