Skip to content

Commit 916877d

Browse files
committed
refactor: migrate src/views/UploadCertificate.vue to @mdi/js with NcIconSvgWrapper
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 3edaf80 commit 916877d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/UploadCertificate.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ export default {
4848
useModal: {
4949
type: Boolean,
5050
default: true,
51-
},
51+
},
5252
errors: {
5353
type: Array,
5454
default: () => [],
55-
},
55+
},
5656
},
5757
setup() {
5858
const signMethodsStore = useSignMethodsStore()

0 commit comments

Comments
 (0)