Skip to content

Commit d6fe602

Browse files
authored
Revert "fix: CModal - add 'xl' as a valid value of the 'size' prop (#66)"
This reverts commit a5c4ab0.
1 parent a5c4ab0 commit d6fe602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modal/CModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default {
6868
title: String,
6969
size: {
7070
type: String,
71-
validator: val => ['', 'sm', 'lg', 'xl'].includes(val)
71+
validator: val => ['', 'sm', 'lg'].includes(val)
7272
},
7373
color: String,
7474
borderColor: String,

0 commit comments

Comments
 (0)