clear SharedWithMe.vue view

This commit is contained in:
Čarodej
2021-10-22 09:50:27 +02:00
parent 3fee035e9e
commit cea881ce38
12 changed files with 113 additions and 25 deletions

View File

@@ -85,7 +85,7 @@
{{ $t('actions.search') }}
</MobileActionButton>
<MobileActionButton @click.native="$showLocations" icon="filter">
{{ $getCurrentLocationName() }}
{{ $getCurrentSectionName() }}
</MobileActionButton>
<MobileActionButton @click.native="$createItems" v-if="$checkPermission(['master', 'editor'])" icon="cloud-plus">
{{ $t('mobile.create') }}