Skip to content

Commit

Permalink
fixup! fix: add child to schedule-calendar-transp property
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala committed Jul 17, 2024
1 parent 3052c19 commit 8637e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/propset/calendarPropSet.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function calendarPropSet(props) {
xmlified.push({
name: [NS.IETF_CALDAV, 'schedule-calendar-transp'],
children: [{
value,
name: [NS.IETF_CALDAV, value],
}],
})
break
Expand Down

0 comments on commit 8637e3d

Please sign in to comment.