Skip to content

Commit b416a2a

Browse files
authored
Merge pull request #7027 from LibreSign/backport/7026/stable33
[stable33] fix(FilesList): add primary variant to empty state RequestPicker button
2 parents 7c7076f + 30b5661 commit b416a2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/FilesList/FilesList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
:name="t('libresign', 'There are no documents')"
6969
:description="canRequestSign ? t('libresign', 'Choose the file to request signatures.') : ''">
7070
<template v-if="canRequestSign" #action>
71-
<RequestPicker />
71+
<RequestPicker variant="primary" />
7272
</template>
7373
<template #icon>
7474
<NcIconSvgWrapper :path="mdiFolder" />

0 commit comments

Comments
 (0)