Skip to content

Commit dcf89e4

Browse files
fix(UploadProgress): migrate NcButton type to variant prop
The 'type' prop for color variants was removed in @nextcloud/vue v9.0.0 in favour of the 'variant' prop. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent fd7d362 commit dcf89e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/UploadProgress.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</p>
1515
</div>
1616
<NcButton class="upload-picker__cancel"
17-
type="tertiary"
17+
variant="tertiary"
1818
:aria-label="t('libresign', 'Cancel upload')"
1919
@click="$emit('cancel')">
2020
<template #icon>

0 commit comments

Comments
 (0)