Skip to content

Commit

Permalink
fixup! feat: create a readonly contactdetails
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Dec 3, 2024
1 parent d2f5a98 commit 16d9323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/ReadOnlyContactDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default {

props: {
contactEmailAddress: {
types: String,
type: String,
required: true,
},
desc: {
Expand Down Expand Up @@ -210,7 +210,7 @@ export default {
name: [NS.IETF_CARDDAV, 'prop-filter'],
attributes: [['name', 'EMAIL']],
children: [{
name: [NS.IETF_CALDAV, 'text-match'],
name: [NS.IETF_CARDDAV, 'text-match'],
value: email,
}],
}]),
Expand Down

0 comments on commit 16d9323

Please sign in to comment.