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

View File

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