Skip to content

Commit 9172f5f

Browse files
fix(ActiveSignings): 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 5e51fd2 commit 9172f5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/Settings/ActiveSignings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
:disabled="loading">
1515
{{ t('libresign', 'Auto-refresh') }}
1616
</NcCheckboxRadioSwitch>
17-
<NcButton type="tertiary"
17+
<NcButton variant="tertiary"
1818
:disabled="loading"
1919
@click="refresh">
2020
<template #icon>

0 commit comments

Comments
 (0)