This commit is contained in:
Timothy J. Baek 2024-06-09 12:13:13 -07:00
parent fa9835a7ad
commit 2eb8c3456f
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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">