Fix primary labels in popups where no primary action is available

This commit is contained in:
kolaente 2021-01-30 16:28:58 +01:00
parent 031fffb26c
commit 67ccd49516
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,8 @@
<template>
<create-edit title="Share this list">
<create-edit
title="Share this list"
primary-label=""
>
<component
:id="list.id"
:is="manageUsersComponent"

View File

@ -1,5 +1,8 @@
<template>
<create-edit title="Share this Namespace">
<create-edit
title="Share this Namespace"
primary-label=""
>
<component
:id="namespace.id"
:is="manageUsersComponent"