Skip to content

Commit d6194b4

Browse files
fix(RootCertificateOpenSsl): 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 7917912 commit d6194b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/Settings/RootCertificateOpenSsl.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
:disabled="formDisabled" />
9898
</div>
9999
<NcButton :disabled="!canSave"
100-
type="primary"
100+
variant="primary"
101101
@click="generateCertificate">
102102
{{ submitLabel }}
103103
</NcButton>

0 commit comments

Comments
 (0)