1
0

fix: make sure share modals don't have a create button

Resolves F-869
This commit is contained in:
kolaente
2022-10-23 13:03:09 +02:00
parent 8fdd3e785d
commit ae27502022
3 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<template>
<create-edit
:title="$t('list.share.header')"
primary-label=""
:has-primary-action="false"
>
<template v-if="list">
<userTeam

View File

@ -1,7 +1,7 @@
<template>
<create-edit
:title="title"
primary-label=""
:has-primary-action="false"
>
<template v-if="namespace">
<manageSharing