add base url

This commit is contained in:
Alireza Ahmadi
2024-02-26 19:01:01 +01:00
parent 30c9ed6aa7
commit c54d9c15bc
16 changed files with 80 additions and 30 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
<v-tooltip activator="parent" dir="ltr" location="bottom" v-if="Object.hasOwn(item,'users')">
<span v-for="u in findInbounsUsers(item)">{{ u }}<br /></span>
</v-tooltip>
{{ Object.hasOwn(item,'users') ? item.users.length : '-' }}
{{ Array.isArray(item.users) ? item.users.length : '-' }}
</v-col>
</v-row>
<v-row>