fix: use base url instead of hardcoded url (#3635)

This commit is contained in:
Liyas Thomas
2023-12-12 15:06:28 +05:30
committed by GitHub
parent ebf90207e5
commit a55f214102
7 changed files with 33 additions and 25 deletions

View File

@@ -3,7 +3,7 @@
<div
class="sticky top-0 z-10 flex flex-shrink-0 flex-col overflow-x-auto border-b border-dividerLight bg-primary"
>
<WorkspaceCurrent :section="t('tab.history')" />
<WorkspaceCurrent :section="t('tab.history')" :is-only-personal="true" />
<div class="flex">
<input
v-model="filterText"