diff --git a/src/components/misc/create-edit.vue b/src/components/misc/create-edit.vue
index 35441c320..1e07fe42e 100644
--- a/src/components/misc/create-edit.vue
+++ b/src/components/misc/create-edit.vue
@@ -10,7 +10,7 @@
:loading="loading"
>
-
+
@@ -30,10 +30,12 @@
{{ $t('misc.cancel') }}
{{ primaryLabel || $t('misc.create') }}
@@ -60,6 +62,10 @@ defineProps({
type: Boolean,
default: false,
},
+ hasPrimaryAction: {
+ type: Boolean,
+ default: true,
+ },
tertiary: {
type: String,
default: '',
diff --git a/src/views/list/settings/share.vue b/src/views/list/settings/share.vue
index 3e7baf274..ec78b4725 100644
--- a/src/views/list/settings/share.vue
+++ b/src/views/list/settings/share.vue
@@ -1,7 +1,7 @@