chore: Fix the prop warning issue in contact merge modal (#3211)

This commit is contained in:
Muhsin Keloth 2021-10-13 18:58:30 +05:30 committed by GitHub
parent b33701a666
commit 5799b9fa26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,8 +47,8 @@ export default {
default: '',
},
identifier: {
type: String,
default: '',
type: [String, Number],
required: true,
},
},
};