Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelGeo committed Nov 11, 2024
2 parents 3a1cac4 + 45444a0 commit 65b4ac8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</div>
</app-section>
</app-container>
<app-container>
<app-container v-if="userStore.loggedUser?.id !== user?.id">
<app-section>
<template #title>Advanced</template>
Expand Down Expand Up @@ -133,6 +133,7 @@ import {
AppSettings,
AppSettingsItemConfig,
useInstanceStore
useUserStore
} from '@mergin/lib'
import { computed, watch } from 'vue'
import { useRoute } from 'vue-router'
Expand All @@ -144,6 +145,7 @@ const route = useRoute()
const adminStore = useAdminStore()
const dialogStore = useDialogStore()
const instanceStore = useInstanceStore()
const userStore = useUserStore()
const settingsItems = computed<AppSettingsItemConfig[]>(() => [
{
Expand Down

0 comments on commit 65b4ac8

Please sign in to comment.