Skip to content

Commit e7c333e

Browse files
committed
fix prop
1 parent ef8a66b commit e7c333e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/add_to_calendar_pro/add_to_calendar_pro.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export default {
153153
optional: true,
154154
},
155155
recurrenceByMonthDay: {
156-
type: "integer",
156+
type: "string",
157157
label: "Recurrence By Month Day",
158158
description: "Example: `3,23` for the 3rd and 23rd day of the month",
159159
optional: true,

0 commit comments

Comments
 (0)