mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
chore: Fix the prop warning issue in contact merge modal (#3211)
This commit is contained in:
@@ -47,8 +47,8 @@ export default {
|
||||
default: '',
|
||||
},
|
||||
identifier: {
|
||||
type: String,
|
||||
default: '',
|
||||
type: [String, Number],
|
||||
required: true,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user