diff --git a/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue b/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue
index 7e07cc9e0b..e82b9756ac 100644
--- a/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue
+++ b/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue
@@ -91,7 +91,8 @@
-
+
@@ -111,11 +112,22 @@ export default {
components: {
NcActions,
},
+
props: {
+ // Add NcActions props to $props
+ ...NcActions.props,
+
name: {
type: String,
required: true,
},
+
+ /**
+ * Any [NcActions](#/Components/NcActions?id=ncactions-1) prop
+ */
+ // Not an actual prop but needed to show in vue-styleguidist docs
+ // eslint-disable-next-line
+ ' ': {},
},
computed: {