mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac
This commit is contained in:
parent
fa9835a7ad
commit
2eb8c3456f
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue