We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c7076f + 30b5661 commit b416a2aCopy full SHA for b416a2a
1 file changed
src/views/FilesList/FilesList.vue
@@ -68,7 +68,7 @@
68
:name="t('libresign', 'There are no documents')"
69
:description="canRequestSign ? t('libresign', 'Choose the file to request signatures.') : ''">
70
<template v-if="canRequestSign" #action>
71
- <RequestPicker />
+ <RequestPicker variant="primary" />
72
</template>
73
<template #icon>
74
<NcIconSvgWrapper :path="mdiFolder" />
0 commit comments