fix: make sure share modals don't have a create button
Resolves F-869
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<create-edit
|
||||
:title="$t('list.share.header')"
|
||||
primary-label=""
|
||||
:has-primary-action="false"
|
||||
>
|
||||
<template v-if="list">
|
||||
<userTeam
|
||||
|
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<create-edit
|
||||
:title="title"
|
||||
primary-label=""
|
||||
:has-primary-action="false"
|
||||
>
|
||||
<template v-if="namespace">
|
||||
<manageSharing
|
||||
|
Reference in New Issue
Block a user