diff --git a/src/components/NcActions/NcActions.vue b/src/components/NcActions/NcActions.vue index bb789ce0b2..1c4cc3d60d 100644 --- a/src/components/NcActions/NcActions.vue +++ b/src/components/NcActions/NcActions.vue @@ -940,6 +940,7 @@ export default { attrs: { 'aria-label': action?.componentOptions?.propsData?.ariaLabel || action?.componentOptions?.children?.[0]?.text, }, + ref: action?.data?.ref, props: { // If it has a title, we use a secondary button type: this.type || (title ? 'secondary' : 'tertiary'),