chore: Fix the prop warning issue in contact merge modal (#3211)
This commit is contained in:
@@ -47,8 +47,8 @@ export default {
|
|||||||
default: '',
|
default: '',
|
||||||
},
|
},
|
||||||
identifier: {
|
identifier: {
|
||||||
type: String,
|
type: [String, Number],
|
||||||
default: '',
|
required: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user